kubernetes-the-hard-way-aws
kubernetes-the-hard-way-aws copied to clipboard
KUBERNETES_PUBLIC_ADDRESS is undefined before creating kube-apiserver.service
Lab: 08-bootstrapping-kubernetes-controllers.md
Step: Configure the Kubernetes API Server
Issue:
Creation of the kube-apiserver.service might fail as the variable KUBERNETES_PUBLIC_ADDRESS is undefined. This is done correctly by Kelsey in here
Fix:
Add a step to assign value to the variable KUBERNETES_PUBLIC_ADDRESS before creation of the kube-apiserver.service