Skip to content

Instantly share code, notes, and snippets.

@ae6rt
Created July 28, 2017 00:27
Show Gist options
  • Save ae6rt/225f9cfd4b8e476485d066dfcced5d1d to your computer and use it in GitHub Desktop.
Save ae6rt/225f9cfd4b8e476485d066dfcced5d1d to your computer and use it in GitHub Desktop.
kubernetes 1.7 kube-proxy config file
apiVersion: componentconfig/v1alpha1
kind: KubeProxyConfiguration
clientConnection:
kubeconfig: "/etc/kubernetes/kubeconfig"
hostnameOverride: "lxc016"
mode: "iptables"
@ae6rt
Copy link
Author

ae6rt commented Jul 28, 2017

Usage: kube-proxy --config /path/to/proxy.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment