부트스트랩 컨테이너로 인한 파일 시스템 변경 사항을 정리할 수 있습니다.

참고: nsx-node-agent DaemonSet이 제거되면 OVS가 호스트(컨테이너 또는 호스트의 PID)에서 더 이상 실행되지 않습니다.

nsx-ncp-cleanup DaemonSet을 생성하여 nsx-ncp-bootstrap DaemonSet에서 수행한 시스템 변경 사항을 실행 취소할 수 있습니다. 이전에 NCP YAML 파일(ncp-ubuntu.yaml 또는 ncp-rhel.yaml)을 적용했으며 삭제하지 않은 경우에만 이 DaemonSet을 생성해야 합니다. nsx-ncp-cleanup DaemonSet은 NSX CNI를 제거하여 잘못된 Kubernetes 노드 상태를 발생합니다.

DaemonSet을 생성하려면 다음 단계를 수행합니다.
  • nsx-ncp-bootstrap 및 nsx-node-agent DaemonSet을 삭제합니다. 예를 들어 적절한 네임스페이스 이름으로 다음 명령을 실행할 수 있습니다.
    kubectl delete ds nsx-ncp-bootstrap -n <namespace>
    kubectl delete ds nsx-node-agent -n <namespace>
  • Kubernetes 마스터 노드의 명령줄에서 호스트 OS에 따라 kubectl apply -f ncp-cleanup-ubuntu.yaml 또는 kubectl apply -f ncp-cleanup-rhel.yaml을 실행합니다.

노드를 다시 사용할 수 있도록 하려면 호스트 OS에 따라 kubectl apply -f ncp-ubuntu.yaml 또는 kubectl apply -f ncp-rhel.yaml을 실행합니다.