You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't remember what's the meaning of the version list (if it's only for supported releases that went through more testing) but you can try to specify 1.9.6 directly anyway and the bootstrapping code will figure out what to do:
$ minikube version
minikube version: v0.28.2
$ minikube start --kubernetes-version=v1.9.6
Starting local Kubernetes v1.9.6 cluster...
Starting VM...
Getting VM IP address...
Moving files into cluster...
Downloading kubeadm v1.9.6
Downloading kubelet v1.9.6
Finished Downloading kubelet v1.9.6
Finished Downloading kubeadm v1.9.6
Setting up certs...
Connecting to cluster...
Setting up kubeconfig...
Starting cluster components...
Kubectl is now configured to use the cluster.
Loading cached images from config file.
$ kubectl get node
NAME STATUS ROLES AGE VERSION
minikube Ready master 31s v1.9.6
tstromberg
changed the title
Minikube doesn't list 1.9.6 version of k8s
"minikube get-k8s-versions" does not include 1.9.6
Sep 18, 2018
@tstromberg : this is not a bug, minikube didn't build localkube for 1.9.6 on purpose...
It was possible to build it yourself, but then you had to hack the version list: #2368
Since localkube is removed, this particular issue should probably be closed as well.
Bug report:
I can't use version k8s 1.9.6 with minikube 0.28.2(latest).
Because I can only have version 1.9.4 I see problem with
subpath
- #2642Environment:
Minikube version (use
minikube version
):The text was updated successfully, but these errors were encountered: