Created
April 1, 2026 08:08
-
-
Save robertobarreda/151231e5fb831c19f06645783b0a87a5 to your computer and use it in GitHub Desktop.
Cinder default storage class for Magnum K8s cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: storage.k8s.io/v1 | |
| kind: StorageClass | |
| metadata: | |
| name: cinder | |
| annotations: | |
| storageclass.kubernetes.io/is-default-class: "true" | |
| spec: | |
| provisioner: cinder.csi.openstack.org | |
| parameters: | |
| type: "" | |
| availability: nova | |
| allowVolumeExpansion: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment