Fix up for posix flags

This commit is contained in:
Joe Beda
2015-01-13 12:02:24 -08:00
parent f692604bdf
commit 228659a177
21 changed files with 242 additions and 242 deletions

View File

@@ -14,46 +14,46 @@ The **kubernetes** network proxy runs on each node. This reflects services as de
The kube-proxy takes several options.
# OPTIONS
**-alsologtostderr**=false
**--alsologtostderr**=false
log to standard error as well as files
**-api_version=**""
**--api_version=**""
The API version to use when talking to the server
**-bindaddress**="0.0.0.0"
**--bindaddress**="0.0.0.0"
The address for the proxy server to serve on (set to 0.0.0.0 or "" for all interfaces)
**-etcd_servers**=[]
**--etcd_servers**=[]
List of etcd servers to watch (http://ip:port), comma separated (optional)
**-insecure_skip_tls_verify**=false
**--insecure_skip_tls_verify**=false
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure.
**-log_backtrace_at**=:0
**--log_backtrace_at**=:0
when logging hits line file:N, emit a stack trace
**-log_dir**=""
**--log_dir**=""
If non-empty, write log files in this directory
**-log_flush_frequency**=5s
**--log_flush_frequency**=5s
Maximum number of seconds between log flushes
**-logtostderr**=false
**--logtostderr**=false
log to standard error instead of files
**-master**=""
**--master**=""
The address of the Kubernetes API server
**-stderrthreshold**=0
**--stderrthreshold**=0
logs at or above this threshold go to stderr
**-v**=0
**--v**=0
log level for V logs
**-version**=false
**--version**=false
Print version information and quit
**-vmodule**=
**--vmodule**=
comma-separated list of pattern=N settings for file-filtered logging