Home > Software design >  update k8s in minikube
update k8s in minikube

Time:02-01

Im running:

:~$ minikube version

minikube version: v1.20.0

Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.6", GitCommit:"8a62859e515889f07e3e3be6a1080413f17cf2c3", GitTreeState:"clean", BuildDate:"2021-04-15T03:28:42Z", GoVersion:"go1.15.10", Compiler:"gc", Platform:"linux/amd64"}

Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.6", GitCommit:"fbf646b339dc52336b55d8ec85c181981b86331a", GitTreeState:"clean", BuildDate:"2020-12-18T12:01:36Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}

Is it possible to upgrade ONLY kubernetes in minikube installation?

CodePudding user response:

You can start minikube with a k8s version of your choice

▶ minikube start --kubernetes-version=1.22.1
           
  •  Tags:  
  • Related