In some projects we need to install specific Kubernetes version to deploy the application.Here is the steps to install specific version of Kubernetes in Centos.

OS : Centos

Check available kubernetes version by below command,

# yum -v list kubelet --show-duplicates



Find which version is required for you.

Install the specific kubernetes version now,

eg :

# yum install kubelet-1.15.3-0 kubeadm-1.15.3-0 kubectl-1.15.3-0



That's all specific kubernetes version has been installed.

Below is the link to follow step by step kubernetes installation,

https://www.devopsart.com/2019/11/step-by-step-installation-of-latest.html


Post a Comment

Previous Post Next Post