kubernetes-the-hard-way-aws icon indicating copy to clipboard operation
kubernetes-the-hard-way-aws copied to clipboard

KUBERNETES_PUBLIC_ADDRESS is undefined before creating kube-apiserver.service

Open shristack opened this issue 3 years ago • 0 comments

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

shristack avatar Jan 03 '22 20:01 shristack