Installs the kube-proxy addon to a Kubernetes cluster
Installs the kube-proxy addon components via the API server.
Alpha Disclaimer: this command is currently alpha.
kubeadm alpha phase addon kube-proxy [flags]
| --apiserver-advertise-address string | |
| The IP address the API server is accessible on | |
| --apiserver-bind-port int32 Default: 6443 | |
| The port the API server is accessible on | |
| --config string | |
| Path to a kubeadm config file. WARNING: Usage of a configuration file is experimental | |
| -h, --help | |
| help for kube-proxy | |
| --image-repository string Default: "k8s.gcr.io" | |
| Choose a container registry to pull control plane images from | |
| --kubeconfig string Default: "/etc/kubernetes/admin.conf" | |
| The KubeConfig file to use when talking to the cluster | |
| --kubernetes-version string Default: "stable-1.10" | |
| Choose a specific Kubernetes version for the control plane | |
| --pod-network-cidr string | |
| The range of IP addresses used for the Pod network | |