Tuesday, December 15, 2020

openshift taints and tolerations

Define a taint:

 oc adm taint nodes node1 key1=value1:NoSchedule

Remove a taint:


oc adm taint nodes node1 key1:NoSchedule-

List a taint:

oc describe node node1

or

oc get node node1 -o yaml

No comments:

Post a Comment