Skip to content

Instantly share code, notes, and snippets.

@robertobarreda
Created April 1, 2026 08:08
Show Gist options
  • Select an option

  • Save robertobarreda/151231e5fb831c19f06645783b0a87a5 to your computer and use it in GitHub Desktop.

Select an option

Save robertobarreda/151231e5fb831c19f06645783b0a87a5 to your computer and use it in GitHub Desktop.
Cinder default storage class for Magnum K8s cluster
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