1.

If a node is tainted is there a way to still schedule the pods to that node?

Answer»

By default, The pods don't get scheduled when a node is tainted, however, you can start applying tolerations to the pod spec using the command

kubectl taint nodes node1 key=value:NoSchedule


Discussion

No Comment Found