mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 02:58:29 +03:00
AWS EBS CSI implementation (#5549)
* AWS EBS CSI implementation * Fixing image repos * Add OWNERS file * Fix expressions * Add csi-driver tag * Add AWS EBS prefix to variables * Add AWS EBS CSI Driver documentation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# To restrict which AZ the volume should be provisioned in
|
||||
# set this value to true and set the list of relevant AZs
|
||||
# For it to work, the flag aws_ebs_csi_enable_volume_scheduling
|
||||
# in AWS EBS Driver must be true
|
||||
restrict_az_provisioning: false
|
||||
aws_ebs_availability_zones:
|
||||
- eu-west-3c
|
||||
Reference in New Issue
Block a user