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

Kubernetes version changed after running minikube-nfs #3

Closed
kunalparmar opened this issue Jul 9, 2019 · 1 comment
Closed

Kubernetes version changed after running minikube-nfs #3

kunalparmar opened this issue Jul 9, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@kunalparmar
Copy link
Owner

Describe the bug
After running minikube-nfs, the Kubernetes version in the minikube VM is different

Steps to reproduce

  1. minikube start -p upgrade-issue --kubernetes-version=1.14.0
  2. Verify Kubernetes version is 1.14.0
$ kubectl version --short | grep Server
Server Version: v1.14.0
  1. Activate NFS minikube-nfs -p=upgrade-issue
  2. See Kubernetes version is no longer the same
$ kubectl version --short | grep Server
Server Version: v1.15.0

Expected behavior
The Kubernetes version should not change after running minikube-nfs

Environment
OS name: macOS
OS version: 10.14
minikube version: v1.2.0
minikube VM driver: virtualbox
minikube-nfs version: master branch

@kunalparmar kunalparmar added the bug Something isn't working label Jul 9, 2019
aambekar-box added a commit to aambekar-box/minikube-nfs that referenced this issue Jul 10, 2019
@kunalparmar
Copy link
Owner Author

Issue is caused by minikube implicitly doing an upgrade on running minikube start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant