12.6.51. VMCannotBeEvicted
의미
이 경고는 VM(가상 머신)의 제거 전략이 LiveMigration 으로 설정되어 있지만 VM이 편두되지 않을 때 발생합니다.
보안 등급
조각할 수 없는 VM은 노드 제거를 방지합니다. 이 조건은 노드 드레이닝 및 업데이트와 같은 작업에 영향을 미칩니다.
진단
VMI 구성을 확인하여
evictionStrategy값이LiveMigrate:인지 확인합니다.$ oc get vmis -o yamlLIVE-MIGRACryostat 열에서False상태를 확인하여 편두할 수 없는 VMI를 확인합니다.$ oc get vmis -o wideVMI의 세부 정보를 가져오고
spec.conditions를 확인하여 문제를 확인합니다.$ oc get vmi <vmi> -o yaml출력 예
status: conditions: - lastProbeTime: null lastTransitionTime: null message: cannot migrate VMI which does not use masquerade to connect to the pod network reason: InterfaceNotLiveMigratable status: "False" type: LiveMigratable
완화 방법
VMI의 evictionStrategy 를 종료 하거나 VMI가 마이그레이션되지 않도록 문제를 해결합니다.