From e35d06fd17e5a2e12d22f82a405e42445f5c6be6 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Thu, 3 Sep 2015 18:57:45 +0200 Subject: [PATCH] Update kube2dns usage flags Update some of the commandline flags for kube2sky --- cluster/addons/dns/kube2sky/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cluster/addons/dns/kube2sky/README.md b/cluster/addons/dns/kube2sky/README.md index a7e6ccd6acf..e8cd5373c18 100644 --- a/cluster/addons/dns/kube2sky/README.md +++ b/cluster/addons/dns/kube2sky/README.md @@ -19,15 +19,19 @@ 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.kubernetes.io". -`-verbose`: Log additional information. +`-v`: Set logging level `-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 + +`-logtostderr`: Logs to stderr instead of files [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/dns/kube2sky/README.md?pixel)]()