kubernetes - k8s API server is down due to misconfiguration, how to bring it up again? -
i trying add command line flag api server. in setup, running daemon set inside k8s cluster got daemon set manifest using kubectl, updated it, , executed kubectl apply -f apiserver.yaml (i know, not idea).
of course, new yaml file wrote had error api server not starting anymore , can't use kubectl update it. have ssh connection node running , can see how kubelet trying run apiserver pod every few seconds ill-formed command. trying configure kubelet service use correct api-server command not being able so.
any ideas?
the api server definition lives in /etc/kubernetes/manifests - edit configuration there rather @ api level
Comments
Post a Comment