This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.6.2.4. taint
하나 이상의 노드에서 테인트를 업데이트합니다.
예제: 일련의 사용자 전용 노드를 전용으로 표시하는 테인트를 추가합니다.
oc adm taint nodes node1 dedicated=groupName:NoSchedule
$ oc adm taint nodes node1 dedicated=groupName:NoSchedule
예제: node1
노드에서 전용
키가 있는 테인트를 제거합니다.
oc adm taint nodes node1 dedicated-
$ oc adm taint nodes node1 dedicated-