dashboard - Kubernetes remove addons added by running deployAddons.sh on Ubuntu -


i've finished installing kubernetes on local ubuntu cluster. after installation i've run deployaddons.sh dashboard still not working. following error:

no endpoints available service \"kubernetes-dashboard\" 

can please tell me how rollback deployaddons.sh or how can fix error. see there endpoints problem don't know configure those.

10x

"no endpoints available" means pods dashboard not running in cluster. should able check on status of dashboard deployment see why aren't running:

kubectl describe deployment kubernetes-dashboard --namespace=kube-system


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -