-
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 Persistence Volume : not bind #589
Comments
Update labels and volume configuration. Seems PersistentVolume and Persistentvolumeclaim can't be bound. See: kubernetes/minikube#589 Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
Dynamic host path provisioning is only enabled in master, no release yet, so the host path needs to be manually created with 0.9.0 IIRC. As an aside, on minikube the only persistent paths are under |
OK ! Thanks. I will try that. |
Closing as a dup of #566. We'll try to get this out today. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug ?
Minikube version (use
minikube version
): v0.9.0Environment:
cat ~/.minikube/machines/minikube/config.json | grep DriverName
): VirtualBoxdocker -v
): Docker version 1.12.1What happened:
Can't bind PersistenceVolume and PersistenceVolumeClaim used in a Deployment.
What you expected to happen:
Use the Kubernetes Persistent volumes feature.
How to reproduce it (as minimally and precisely as possible):
and
and :
Error is :
PersistentVolumeClaim is not bound: "grafana-volume-claim"
The events :
Anything else do we need to know:
The text was updated successfully, but these errors were encountered: