mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-11-03 09:42:33 +03:00
kube-controller-manager and kube-apiserver service unit files are missing one option --cloud-provider=aws parameter, which is creating problem while creating ELB on AWS when type: LoadBalancer is provided in service YAML file. This commit fixes that, issue