Hey all,
I have a rancher HA cluster that was upgraded to 2.1.3 for the CVE. I noticed though that my local cluster is running at 1.10.1. What, if anything, do I need to do to upgrade to a fixed version of k8s?
Hey all,
I have a rancher HA cluster that was upgraded to 2.1.3 for the CVE. I noticed though that my local cluster is running at 1.10.1. What, if anything, do I need to do to upgrade to a fixed version of k8s?
How did you initially install the Kubernetes cluster? If you used RKE, then you can add
kubernetes_version: v1.10.11-rancher1-1
in the cluster.yml
and re-run rke up
.