Skip to main content
Version: v4.x (Stable: v4.2.0)

Upgrade vCluster Platform

You can upgrade vCluster Platform using either the vCluster CLI or Helm.

Upgrade the platform​

Upgrade considerations
  • Review the release notes for the target version to understand any breaking changes or new features.
  • Test the upgrade in a non-production environment before applying it to your production setup.

Upgrade the platform via:

To upgrade the platform using the vcluster CLI, update $PLATFORM_VERSION with a valid platform version and run:

Upgrade the platform using vCluster CLI
RELEASE_NAMESPACE=vcluster-platform # Replace with the namespace of the platform deployment if different
PLATFORM_VERSION='' # Set this to a specific version or leave empty for latest

vcluster platform start --upgrade --version=$PLATFORM_VERSION --namespace=$RELEASE_NAMESPACE --values=vcluster-platform.yaml
Versions and Values

The $PLATFORM_VERSION environment variable specifies the vCluster Platform version to deploy.
The vcluster-platform.yaml file is optional and defines Helm values to use when upgrading the vCluster Platform deployment.