Don't Learn to hack, hack to LEARN
Define a taint:
oc adm taint nodes node1 key1=value1:NoScheduleRemove 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