Allow scheduling of pods on Kubernetes master?

If you are using Kubernetes 1.7 and above:

kubectl taint node mymasternode node-role.kubernetes.io/master:NoSchedule-

Leave a Comment