10.4.3. CLI에서 노드를 유지보수 모드로 설정
노드 이름과 노드를 유지보수 모드로 설정하는 이유를 참조하는 NodeMaintenance
CR(사용자 정의 리소스) 오브젝트를 생성하여 노드를 유지보수 모드로 설정합니다.
프로세스
노드 유지보수 CR 구성을 생성합니다. 이 예제에서는
node02-maintenance.yaml
이라는 CR을 사용합니다.apiVersion: nodemaintenance.kubevirt.io/v1beta1 kind: NodeMaintenance metadata: name: node02-maintenance spec: nodeName: node02 reason: "Replacing node02"
클러스터에서
NodeMaintenance
오브젝트를 생성합니다.$ oc apply -f <node02-maintenance.yaml>
노드는 LiveMigration
제거 전략이 있는 가상 머신 인스턴스를 실시간 마이그레이션한 후 더 이상 스케줄링할 수 없도록 노드를 오염시킵니다. 노드의 기타 모든 Pod 및 가상 머신이 삭제되고 다른 노드에서 다시 생성됩니다.
추가 리소스: