Renamed variable from disable_volume_zone_conflict to volume_cross_zone_attachment and removed cloud provider condition; fix identation

This commit is contained in:
Virgil Chereches
2018-01-23 13:14:00 +00:00
parent 3125f93b3f
commit a4d142368b
4 changed files with 7 additions and 7 deletions

View File

@@ -183,4 +183,4 @@ local_volumes_enabled: false
## Running on top of openstack vms with cinder enabled may lead to unschedulable pods due to NoVolumeZoneConflict restriction in kube-scheduler.
## See https://github.com/kubernetes-incubator/kubespray/issues/2141
## Set this variable to true to get rid of this issue
disable_volume_zone_conflict: false
volume_cross_zone_attachment: false