mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
rename default DNS domain to cluster.local
This commit is contained in:
@@ -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