Upgrade vCluster Platform
Upgrading vCluster Platform is easy! vCluster Platform can be upgraded either via the vCluster CLI, or with Helm.
Upgrade vCluster Platform via:
- CLI
- helm
To upgrade vCluster Platform via vCluster CLI, run:
vcluster pro start --upgrade --version=$VERSION --values=vcluster-pro.yaml
To upgrade vCluster Platform via helm
, run:
helm upgrade loft vcluster-control-plane -n vcluster-pro --repository-config '' --repo https://charts.loft.sh \
--version $VERSION \
--reuse-values \
-f vcluster-pro.yaml
Versions and Values
The $VERSION
variable above is an environment variable set to your desired vCluster Platform version to
deploy. The vcluster-pro.yaml
file is an optional YAML file that contains Helm values you would like
to use when upgrading your vCluster Platform deployment.