-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 persistent volume with minikube ScaleIOVolumeSource (kubectl version mismatch) #4055
Comments
I've stoped
|
I remove minikube and reinstall it from scratch, and now get the error when trying :
I don't understand why |
I was going from error to error, then try to create another object such as secrets and the same issue. Then
It's now working, I can actually run my kube commands without errors |
Hi @papiveron, it looks like the kubectl upgrade was the key to your solution, 1.10 client version was trying to talk to 1.14 - and the mismatch in API version can explain the weirdness in the error messages. Closing as it is resolved now, and not minikube related. |
Related feature request: #3329 |
Hello,
I'm fighting since many hours setting my k8s pods on my
minikube
single node, at persistent volume creation stage.This command always ends with error, even if I copy/paste the example spec from
kubernetes
documentation :I can't figure out why kubectl obliges me to specify
ScaleIO
in my spec, while I'm using local volume.I've the same error specifying
storagaClassName
tostandard
Any idea about what can be the problem?
My versions :
Thanks
The text was updated successfully, but these errors were encountered: