rename default DNS domain to cluster.local
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
name: heapster
|
||||
env:
|
||||
- name: FLAGS
|
||||
value: "--poll_duration=2m --stats_resolution=1m --sink influxdb:http://monitoring-influxdb.default.kubernetes.local:8086"
|
||||
value: "--poll_duration=2m --stats_resolution=1m --sink influxdb:http://monitoring-influxdb.default:8086"
|
||||
volumeMounts:
|
||||
- name: ssl-certs
|
||||
mountPath: /etc/ssl/certs
|
||||
|
@@ -44,7 +44,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
argDomain = flag.String("domain", "kubernetes.local", "domain under which to create names")
|
||||
argDomain = flag.String("domain", "cluster.local", "domain under which to create names")
|
||||
argEtcdMutationTimeout = flag.Duration("etcd_mutation_timeout", 10*time.Second, "crash after retrying etcd mutation for a specified duration")
|
||||
argEtcdServer = flag.String("etcd-server", "http://127.0.0.1:4001", "URL to etcd server")
|
||||
argKubecfgFile = flag.String("kubecfg_file", "", "Location of kubecfg file for access to kubernetes service")
|
||||
|
Reference in New Issue
Block a user