Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"minikube get-k8s-versions" does not include 1.9.6 #3052

Closed
podviaznikov opened this issue Aug 6, 2018 · 2 comments
Closed

"minikube get-k8s-versions" does not include 1.9.6 #3052

podviaznikov opened this issue Aug 6, 2018 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@podviaznikov
Copy link

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

Environment:

Minikube version (use minikube version):

  • OS (e.g. from /etc/os-release): 0.28.2

1__anton_podviaznikov_____zsh_

@gtirloni
Copy link
Contributor

gtirloni commented Aug 7, 2018

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 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 tstromberg added the kind/bug Categorizes issue or PR as related to a bug. label Sep 19, 2018
@afbjorklund
Copy link
Collaborator

afbjorklund commented Sep 19, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

4 participants