Skip to content

Instantly share code, notes, and snippets.

@brunomartinspro
Last active January 16, 2020 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomartinspro/add427c129ccdb9050f16a278c3b92b4 to your computer and use it in GitHub Desktop.
Save brunomartinspro/add427c129ccdb9050f16a278c3b92b4 to your computer and use it in GitHub Desktop.
Remove taints from kubernetes
#Find the node that has taints
kubectl get nodes
#Edit the node and delete the taint object
#Use :wq to save and quit
kubectl edit node <node-name>
# Give permissions to the dashboar
kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment