Statefulset example: cannot find volume plugin for alpha provisioning #12676
Comments
I wonder if the example was updated upstream to remove the annotation. |
When I hit this, I was installing Origin with the Ansible installer and needed to add the following stanza to my OSEv3 vars: osm_controller_args:
enable-hostpath-provisioner:
- true |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Other issues tracking this, /close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run this Zookeeper example, but I end with errors such as:
or
I'm note sure but I suspect that it might be due to line
volume.alpha.kubernetes.io/storage-class: anything
, because I don't think that there is any default StorageClass defined...If so how can I set up the most simple StorageClass to get this to work, because as I'm self-hosting my openshift origin cluster, I cannot fit into any of the cloud storage option (GCE, AWS, Azure, etc...)?
Version
Steps To Reproduce
Current Result
Volumes are not allocated
Pods are not scheduled
The text was updated successfully, but these errors were encountered: