vcluster icon indicating copy to clipboard operation
vcluster copied to clipboard

Create docs page on how to upgrade vcluster to a newer kubernetes version

Open FabianKramm opened this issue 3 years ago • 3 comments
trafficstars

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.

FabianKramm avatar Jun 02 '22 16:06 FabianKramm

It appears this page was moved - is there still documentation for upgrading the k8s version?

Talador12 avatar Mar 08 '23 19:03 Talador12

I am also looking for this

maxwell-gregory avatar Apr 18 '23 16:04 maxwell-gregory

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

matskiv avatar Apr 25 '23 15:04 matskiv