what version of software I need to deploy to get kubernetes 1.19.7

395 views Asked by At

I am trying to setup a kubernetes cluster but apparently the nfs-client-provisioner has issues with the newer versions of kubernetes. Therefore I need to install the latest version of 1.19.

I am creating the kubernetes via kubeadm and I am using crio as the runtime. I am also running the whole thing on ubuntu 20.04. I know that I need to install version 1.19.7 of kubeadm, kubelet and kubectl but whatabout the cri-o?

1

There are 1 answers

2
e2bias On BEST ANSWER

As per official documentation from Kubernetes the CRI-O version needs to match your Kubernetes version.

https://v1-19.docs.kubernetes.io/docs/setup/production-environment/container-runtimes/#cri-o

So CRI-O 1.19 version should be compatible with the Kubernetes version you want to install.