Upgrade vCluster.Pro
Upgrading vCluster.Pro is easy! vCluster.Pro can be upgraded either via the vCluster.Pro CLI, or with Helm.
Upgrade vCluster.Pro via:
- CLI
- helm
To upgrade vCluster.Pro via vCluster.Pro CLI, run:
vcluster pro start --upgrade --version=$VERSION --values=vcluster-pro.yaml
To upgrade vCluster.Pro 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.Pro 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.Pro deployment.