NSX Container Plugin Operator는 NCP 수명 주기를 관리하는 역할을 합니다.

NCP 업그레이드는 NCP Operator 및 NCP 이미지 업데이트를 통해 수행됩니다. 업그레이드를 수행하기 전에 릴리스 정보에서 제품 호환성을 확인하십시오.

사전 요구 사항

https://downloads.vmware.com에서 최신 nsx-container zip 파일(nsx-container-x.x.x.y.zip)을 다운로드합니다.

업그레이드에 필요한 tar 파일은 다음과 같습니다.
  • nsx-container-x.x.x.y/Kubernetes/nsx-container-plugin-operator-x.x.x.y.tar
  • nsx-container-x.x.x.y/Kubernetes/nsx-ncp-ubi-x.x.x.y.tar

두 이미지를 컨테이너 레지스트리에 업로드해야 합니다.

프로시저

  1. operator.yaml을 편집합니다.
    nsx-ncp-container 이미지 수정:
    containers:
      - name: nsx-ncp-operator
        image: <URL to the NCP operator in your container registry>
    NCP_IMAGE URL 수정:
      - name: nsx-ncp-operator
        image: <URL to the NCP operator in your container registry>
  2. 이 릴리스에 필요한 새 필드로 configmap.yaml을 업데이트합니다. 새로운 필수 특성에 대한 정보는 릴리스 정보에서 확인할 수 있습니다.
  3. 다음 명령을 사용하여 role.yaml을 적용합니다.
    oc apply -f role.yaml -n nsx-system-operator
  4. 다음 명령을 사용하여 nsx-system-operator 네임스페이스에서 operator.yaml(변경된 경우 configmap.yaml)을 적용합니다.
    oc apply -f operator.yaml -n nsx-system-operator

    실행 중인 구성을 편집할 필요가 없습니다.