mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-20 04:30:10 -03:30
Default OpenStack Cinder Storage Class (#2083)
Add possibility to create default OpenStack Cinder Storage Class Closes: #1609
This commit is contained in:
committed by
Matthew Mosesohn
parent
bfb25fa47b
commit
b2cb0725ac
@@ -0,0 +1,9 @@
|
||||
kind: StorageClass
|
||||
apiVersion: storage.k8s.io/v1
|
||||
metadata:
|
||||
name: standard
|
||||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: "true"
|
||||
provisioner: kubernetes.io/cinder
|
||||
parameters:
|
||||
availability: nova
|
||||
Reference in New Issue
Block a user