Skip to main content
Version: main 🚧

Deploy Changes in Configuration Options

You can always introduce or update your vcluster.yaml and deploy new configuration options.

The vCluster control plane pod will be re-deployed.

warning

Remember that you can't change distros or backing store once a vCluster is deployed.

vCluster CLI Version

To keep the same version of your vCluster, your CLI needs to be the same version as your virtual cluster.

vcluster create --upgrade <VCLUSTER_NAME> -n <VCLUSTER_NAMESPACE> -f vcluster.yaml

Replace:

  • <VCLUSTER_NAME> with the name of the vCluster instance to update.
  • <VCLUSTER_NAMESPACE> with the namespace where the vCluster instance is deployed.