How to install specific version of Kubernetes?

前端 未结 4 1054
面向向阳花
面向向阳花 2020-12-25 14:44

I install the latest version of Kubernetes with the following command on Raspberry PI 3 running Raspbian Stretch.

$ curl -s https://packages.cloud.google.com         


        
4条回答
  •  心在旅途
    2020-12-25 15:38

    You can use below command to install Particular version of Kubernetes In Centos/Redhat Machines and same format can use other distributions as well .

    yum install -y kubelet-1.11.1 kubeadm-1.11.1 kubectl-1.11.1 kubernetes-cni-0.6.0-0.x86_64

提交回复
热议问题