Closed
Description
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Please provide the following details:
Environment:
Mac Sierra (10.12.6)
Minikube version (use minikube version
):
- OS (e.g. from /etc/os-release): Buildroot 2017.02
- VM Driver (e.g.
cat ~/.minikube/machines/minikube/config.json | grep DriverName
): virtualbox - ISO version (e.g.
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): minikube-v0.23.6.iso
What happened:
minikube upgraded itself from 1.8 to 1.9 when it was stopped and started
What you expected to happen:
don't upgrade
How to reproduce it (as minimally and precisely as possible):
minikube start --kubernetes-version v1.8.0
kubectl version
minikube stop
minikube start
kubectl version