Closed discordianfish closed 6 years ago
Upstream issue with more details: https://github.com/kubernetes/kubeadm/issues/609
As a workaround, we overwrite the configmap after kubeadm. But there is a period where the kube-proxy doesn't point to the ELB and in general it's a bit brittle: https://github.com/itskoko/kubecfn/blob/master/kubernetes.yaml#L254
With 1.10, there is a new option we can use to get rid for this hack: https://github.com/kubernetes/kubeadm/issues/590#issuecomment-379682875
Fixed in 8e7e688ad5e3e457b7b40426418f302d4bbfd40b
Upstream issue with more details: https://github.com/kubernetes/kubeadm/issues/609
As a workaround, we overwrite the configmap after kubeadm. But there is a period where the kube-proxy doesn't point to the ELB and in general it's a bit brittle: https://github.com/itskoko/kubecfn/blob/master/kubernetes.yaml#L254