kubespray/roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-driver.yml.j2

11 lines
194 B
Plaintext
Raw Normal View History

2020-07-01 00:00:07 +08:00
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: cinder.csi.openstack.org
spec:
attachRequired: true
podInfoOnMount: true
2020-07-27 14:32:17 +08:00
volumeLifecycleModes:
- Persistent
- Ephemeral