Created
July 28, 2017 00:27
-
-
Save ae6rt/225f9cfd4b8e476485d066dfcced5d1d to your computer and use it in GitHub Desktop.
kubernetes 1.7 kube-proxy config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: componentconfig/v1alpha1 | |
kind: KubeProxyConfiguration | |
clientConnection: | |
kubeconfig: "/etc/kubernetes/kubeconfig" | |
hostnameOverride: "lxc016" | |
mode: "iptables" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage: kube-proxy --config /path/to/proxy.conf