Upgrading solutions and solution instances

You can upgrade the available data solutions and their instances within the
VMware Cloud Director extension for Data Solutions
.
When you upgrade a solution, you upgrade the solution version of an operator, which runs within a
Kubernetes
cluster. The package in the container registry determines the available versions of a solution. When you upgrade a solution instance, you upgrade the engine version of an instance, which runs within a
Kubernetes
cluster. Solution upgrade and instance upgrade are separate operations, apart from
VMware SQL with Postgres
. The upgrade of
VMware SQL with Postgres
includes both the solution version and the instance version.

솔루션 업그레이드

  1. VMware Cloud Director
    에서
    VMware Cloud Director extension for Data Solutions
    에 로그인합니다.
  2. 솔루션
    을 클릭하고 솔루션 카드에서
    업그레이드
    를 클릭합니다.
    1. 업그레이드를 적용할 클러스터를 선택합니다.
      VMware SQL with Postgres
      를 업그레이드하면 클러스터 내에서 이 솔루션의 모든 인스턴스가 자동으로 업데이트됩니다.
    2. 업그레이드 버전을 선택합니다.
    3. 사전 업그레이드 작업을 읽고 완료했음을 확인한 후
      업그레이드
      를 클릭합니다.

솔루션 인스턴스 업그레이드

Confluent Platform
인스턴스를 업그레이드하려면 Confluent Platform 솔루션 인스턴스 업그레이드 항목을 참조하십시오.
  1. VMware Cloud Director
    에서
    VMware Cloud Director extension for Data Solutions
    에 로그인합니다.
  2. 인스턴스
    를 클릭하고 업그레이드할 솔루션 인스턴스를 선택합니다.
    1. 이 클러스터 내의 솔루션 인스턴스를 모두 검토하고 업그레이드할 추가 인스턴스를 선택한 후
      다음
      을 클릭합니다.
    2. 업그레이드 버전을 선택하고 지침을 검토 및 승인한 후
      업그레이드
      를 클릭합니다.

Confluent Platform
솔루션 인스턴스 업그레이드

인스턴스의 매니페스트를 편집하여
Confluent Platform
인스턴스를 업그레이드할 수 있습니다.
  1. VMware Cloud Director
    에서
    VMware Cloud Director extension for Data Solutions
    에 로그인합니다.
  2. 인스턴스
    를 클릭하고 업그레이드할 솔루션 인스턴스를 선택한 후
    편집
    을 클릭합니다.
  3. 매니페스트 편집기
    에서
    image.application
    image.init
    로 이동한 후 값을 업그레이드할
    Confluent Platform
    버전으로 설정합니다.
    Confluent Platform
    버전에 대한 자세한 내용은
    Confluent 설명서
    에서 Kubernetes용 Confluent를 사용하는 Confluent Platform 배포 계획을 참조하십시오.
kind: Kafka spec: image: application: hub.docker.com/confluentinc/cp-server:
v.v.v
init: hub.docker.com/confluentinc/confluent-init-container:
v.v.v
kind: Zookeeper spec: image: application: hub.docker.com/confluentinc/cp-server:
v.v.v
init: hub.docker.com/confluentinc/confluent-init-container:
v.v.v
kind: ControlCenter spec: image: application: hub.docker.com/confluentinc/cp-enterprise-control-center:
v.v.v
init: hub.docker.com/confluentinc/confluent-init-container:
v.v.v