This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 205
Persistant Volumes are not created #272
Comments
Did you use this repo to provision a cluster on top of GCP? |
No in vagrant locally, I completely overlooked the provisioner line, what should that be for a local env? |
Whatever the provisioner you want to use defines. |
I don't see why the PV's aren't created dynamically based on the PVC's... |
The provisioner you chose is not available. |
Maybe a stupid question but is there a way to see which ones are available or how can I install these, duckduckgo/google doesn't seem to be of any help |
Here's a list of known provisioners. For local disk volumes, it's tricky - there's alpha support coming in Kubernetes 1.9. Perhaps, you'll be able to get the NFS provisioner to work. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure this is related to this specific project but it look like the persistent volumes aren't created dynamically. I've added the following StorageClasses but once I deploy a pod with a persistent volume claim the volume isn't created.
The text was updated successfully, but these errors were encountered: