Is it possible to upgrade a k8s registered cluster in Rancher?

2/22/2022

I'm considering to register a kubernetes cluster in Rancher. After that, how should I handle coming kubernetes upgrades? Can they be handled by Rancher itself?

I only found information about upgrading a k3s registered cluster.

-- Ana Yaiza Rodriguez Marrero
kubernetes
rancher

1 Answer

2/22/2022

You should be able to do it from the cluster view (if your cluster was installed via rancher) as documented:

  • From the Global view, find the cluster for which you want to upgrade Kubernetes. Select ⋮ > Edit.

  • Expand Cluster Options.

  • From the Kubernetes Version drop-down, choose the version of Kubernetes that you want to use for the cluster.

  • Click Save.

-- Rick Rackow
Source: StackOverflow