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
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