diff --git a/docs/admin/kube-proxy.md b/docs/admin/kube-proxy.md index 6e6551af65..c456a4db22 100644 --- a/docs/admin/kube-proxy.md +++ b/docs/admin/kube-proxy.md @@ -11,7 +11,7 @@ notitle: true The Kubernetes network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple -TCP, UDP stream forwarding or round robin TCP, UDP forwarding across a set of backends. +TCP and UDP stream forwarding or round robin TCP and UDP forwarding across a set of backends. Service cluster IPs and ports are currently found through Docker-links-compatible environment variables specifying ports opened by the service proxy. There is an optional addon that provides cluster DNS for these cluster IPs. The user must create a service @@ -64,6 +64,7 @@ TaintBasedEvictions=true|false (ALPHA - default=false) --kubeconfig string Path to kubeconfig file with authorization information (the master location is set by the master flag). --masquerade-all If using the pure iptables proxy, SNAT everything (this not commonly needed) --master string The address of the Kubernetes API server (overrides any value in kubeconfig) + --metrics-bind-address ip The IP address and port for the metrics server to serve on (set to 0.0.0.0 for all interfaces) (default 127.0.0.1:10249) --oom-score-adj int32 The oom-score-adj value for kube-proxy process. Values must be within the range [-1000, 1000] (default -999) --profiling If true enables profiling via web interface on /debug/pprof handler. --proxy-mode ProxyMode Which proxy mode to use: 'userspace' (older) or 'iptables' (faster). If blank, use the best-available proxy (currently iptables). If the iptables proxy is selected, regardless of how, but the system's kernel or iptables versions are insufficient, this always falls back to the userspace proxy. @@ -73,4 +74,4 @@ TaintBasedEvictions=true|false (ALPHA - default=false) --write-config-to string If set, write the default configuration values to this file and exit. ``` -###### Auto generated by spf13/cobra on 11-Jul-2017 +###### Auto generated by spf13/cobra on 9-Oct-2017