mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 05:56:02 -03:30
* Deploy Cinder CSI driver to provision volumes over OpenStack * Deploy Cinder CSI StorageClass * Cinder CSI doc
16 lines
374 B
YAML
16 lines
374 B
YAML
---
|
|
dependencies:
|
|
- role: kubernetes-apps/persistent_volumes/openstack
|
|
when:
|
|
- cloud_provider is defined
|
|
- cloud_provider in [ 'openstack' ]
|
|
tags:
|
|
- persistent_volumes_openstack
|
|
|
|
- role: kubernetes-apps/persistent_volumes/cinder-csi
|
|
when:
|
|
- cinder_csi_enabled
|
|
tags:
|
|
- persistent_volumes_cinder_csi
|
|
- cinder-csi-driver
|