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

Support Kubernetes 1.8.0 #2020

Closed
robhamk opened this issue Oct 2, 2017 · 3 comments
Closed

Support Kubernetes 1.8.0 #2020

robhamk opened this issue Oct 2, 2017 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@robhamk
Copy link

robhamk commented Oct 2, 2017

I use homebrew to install minikube which version is v0.22.2. The command is "brew cask install minikube"
My kubectl is the latest version 1.8.0. I installed it via "brew install kubectl"
Everything was going to fine but...
When I started to run minikube start --vm-driver=xhyve
Invalid Kubernetes version.
The following Kubernetes versions are available:
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.0
...
Does it mean minikube supports v.1.7.5 only?

@webwurst
Copy link
Contributor

webwurst commented Oct 2, 2017

You can try different Kubernetes versions with the experimental kubeadm bootstrapper. The following works for me:

minikube start --kubernetes-version v1.7.7 kvm --bootstrapper kubeadm

But there is on open issue for running v1.8.0 this way: #2018

@r2d4 r2d4 added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 5, 2017
@joan38
Copy link

joan38 commented Oct 6, 2017

Need 1.8.0 for kubernetes/kubernetes#28918

@dlorenc
Copy link
Contributor

dlorenc commented Oct 16, 2017

This was merged in #2060. We'll get a release and build out soon.

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

No branches or pull requests

5 participants