How Do I change the version of my Kubernetes

7/23/2018

Currently using version 1.11.0 of Kuberenetes.

Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:17:28Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"}

But Having Trouble changing the version of my Kuberentes to 1.10.5 in Ubuntu. Any Ideas how to change the my current version of Kubernetes?

-- Jann Anthony Briza
kubectl
kubernetes
linux
minikube
ubuntu

1 Answer

7/23/2018

This solves my problem apt-get install -y kubectl=1.10.5-00

-- Jann Anthony Briza
Source: StackOverflow