mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Update kube2dns usage flags
Update some of the commandline flags for kube2sky
This commit is contained in:
parent
b6f2f396ba
commit
e35d06fd17
@ -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
|
"default" namespace would be exposed through DNS as
|
||||||
"nifty.default.kubernetes.io".
|
"nifty.default.kubernetes.io".
|
||||||
|
|
||||||
`-verbose`: Log additional information.
|
`-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.
|
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
|
||||||
|
|
||||||
[]()
|
[]()
|
||||||
|
Loading…
Reference in New Issue
Block a user