mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-04 03:49:00 +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