mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +00:00
fix formatting of md documents
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#NAME
|
||||
# NAME
|
||||
kube-proxy \- Provides network proxy services.
|
||||
|
||||
# SYNOPSIS
|
||||
@@ -16,7 +16,7 @@ The kube-proxy takes several options.
|
||||
* **--healthz-bind-address=127.0.0.1**: The IP address for the health check server to serve on, defaulting to 127.0.0.1 (set to 0.0.0.0 for all interfaces)
|
||||
* **--healthz-port=10249**: The port to bind the health check server. Use 0 to disable.
|
||||
* **--kubeconfig=""**: Path to kubeconfig file with authorization information (the master location is set by the master flag).
|
||||
* **--log-backtrace-at=**:0: when logging hits line file:N, emit a stack trace
|
||||
* **--log-backtrace-at=:0**: when logging hits line file:N, emit a stack trace
|
||||
* **--log-dir=**: If non-empty, write log files in this directory
|
||||
* **--log-flush-frequency=5s**: Maximum number of seconds between log flushes
|
||||
* **--logtostderr=true**: log to standard error instead of files
|
||||
|
Reference in New Issue
Block a user