vcluster
vcluster copied to clipboard
Create docs page on how to upgrade vcluster to a newer kubernetes version
Currently we lack a docs page on how vcluster can be upgraded (or downgraded) to a different kubernetes version. This is different from distro to distro and we can reference to k3s, k0s etc. docs, but for vcluster the upgrade process is usually much simpler than for a real kubernetes cluster as the cluster is usually smaller and its easier to update just the image version of the deployed vcluster distro.
It appears this page was moved - is there still documentation for upgrading the k8s version?
I am also looking for this
There is still no dedicated documentation page about this. You can do it via the CLI if you don't care about the exact patch version:
vcluster create $NAME -n $NAMESPACE --upgrade -f values.yaml --kubernetes-version=1.26