From c184f7ed2177720e412ff9506b86f70531b7cda9 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Thu, 17 Mar 2016 21:59:07 -0700 Subject: [PATCH] kube2sky readme: fix flags --- cluster/addons/dns/kube2sky/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cluster/addons/dns/kube2sky/README.md b/cluster/addons/dns/kube2sky/README.md index c0a8295a648..93efb244dd7 100644 --- a/cluster/addons/dns/kube2sky/README.md +++ b/cluster/addons/dns/kube2sky/README.md @@ -10,28 +10,28 @@ containers. ## Namespaces Kubernetes namespaces become another level of the DNS hierarchy. See the -description of `-domain` below. +description of `--domain` below. ## Flags -`-domain`: Set the domain under which all DNS names will be hosted. For +`--domain`: Set the domain under which all DNS names will be hosted. For example, if this is set to `kubernetes.io`, then a service named "nifty" in the "default" namespace would be exposed through DNS as "nifty.default.svc.kubernetes.io". -`-v`: Set logging level +`--v`: Set logging level -`-etcd-mutation-timeout`: For how long the application will keep retrying etcd +`--etcd-mutation-timeout`: For how long the application will keep retrying etcd mutation (insertion or removal of a dns entry) before giving up and crashing. -`-etcd-server`: The etcd server that is being used by skydns. +`--etcd-server`: The etcd server that is being used by skydns. -`-kube-master-url`: URL of kubernetes master. Required if `--kubecfg_file` is not set. +`--kube-master-url`: URL of kubernetes master. Required if `--kubecfg_file` is not set. -`-kubecfg-file`: Path to kubecfg file that contains the master URL and tokens to authenticate with the master. +`--kubecfg-file`: Path to kubecfg file that contains the master URL and tokens to authenticate with the master. -`-log-dir`: If non empty, write log files in this directory +`--log-dir`: If non empty, write log files in this directory -`-logtostderr`: Logs to stderr instead of files +`--logtostderr`: Logs to stderr instead of files [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/dns/kube2sky/README.md?pixel)]()