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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: