Create new flag to specify apiserver address for kube-proxy #609
Labels
area/HA
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Right now kubeadm uses the host IP it's running on for the apiserver address in the kube-proxy configmap.
For a multi-master setup where the apiserver are behind a load balancer, we need a way to configure kube-proxy to talk to the load balancer instead.
Therefor I propose adding a flag to kubeadm to set the apiserver address in the kube-proxy config map.
This is probably required for #261
Related:
The text was updated successfully, but these errors were encountered: