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.솔루션 업그레이드
- VMware Cloud Director에서VMware Cloud Director extension for Data Solutions에 로그인합니다.
- 솔루션을 클릭하고 솔루션 카드에서업그레이드를 클릭합니다.
- 업그레이드를 적용할 클러스터를 선택합니다.VMware SQL with Postgres를 업그레이드하면 클러스터 내에서 이 솔루션의 모든 인스턴스가 자동으로 업데이트됩니다.
- 업그레이드 버전을 선택합니다.
- 사전 업그레이드 작업을 읽고 완료했음을 확인한 후업그레이드를 클릭합니다.
솔루션 인스턴스 업그레이드
Confluent Platform
인스턴스를 업그레이드하려면 Confluent Platform 솔루션 인스턴스 업그레이드 항목을 참조하십시오.- VMware Cloud Director에서VMware Cloud Director extension for Data Solutions에 로그인합니다.
- 인스턴스를 클릭하고 업그레이드할 솔루션 인스턴스를 선택합니다.
- 이 클러스터 내의 솔루션 인스턴스를 모두 검토하고 업그레이드할 추가 인스턴스를 선택한 후다음을 클릭합니다.
- 업그레이드 버전을 선택하고 지침을 검토 및 승인한 후업그레이드를 클릭합니다.
Confluent Platform 솔루션 인스턴스 업그레이드
Confluent Platform
솔루션 인스턴스 업그레이드
인스턴스의 매니페스트를 편집하여
Confluent Platform
인스턴스를 업그레이드할 수 있습니다.- VMware Cloud Director에서VMware Cloud Director extension for Data Solutions에 로그인합니다.
- 인스턴스를 클릭하고 업그레이드할 솔루션 인스턴스를 선택한 후편집을 클릭합니다.
- 매니페스트 편집기에서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.vinit: hub.docker.com/confluentinc/confluent-init-container:v.v.vkind: Zookeeper spec: image: application: hub.docker.com/confluentinc/cp-server:v.v.vinit: hub.docker.com/confluentinc/confluent-init-container:v.v.vkind: ControlCenter spec: image: application: hub.docker.com/confluentinc/cp-enterprise-control-center:v.v.vinit: hub.docker.com/confluentinc/confluent-init-container:v.v.v