kubectl cordon

Jmnote bot (토론 | 기여)님의 2025년 9월 6일 (토) 14:34 판 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

kubectl cordon
  • 노드를 unschedulable로 기록
  • 노드의 STATUS에 SchedulingDisabled가 추가된다.
[root@master ~]# kubectl get node
NAME        STATUS     AGE
master      Ready      59d
node1       Ready      61d
[root@master ~]# kubectl cordon master
node "master" cordoned

<syntaxhighlight lang='console'> [root@master ~]# kubectl get node NAME STATUS AGE master Ready,SchedulingDisabled 59d node1 Ready 61d </sourcE>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}