mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
GCP Persistent Disk CSI Driver deployment (#5857)
* GCP Persistent Disk CSI Driver deployment * Fix MD lint * Fix Yaml lint
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# Choose between pd-standard and pd-ssd
|
||||
gcp_pd_csi_volume_type: pd-standard
|
||||
gcp_pd_regional_replication_enabled: false
|
||||
gcp_pd_restrict_zone_replication: false
|
||||
gcp_pd_restricted_zones:
|
||||
- europe-west1-b
|
||||
- europe-west1-c
|
||||
Reference in New Issue
Block a user