Merge pull request #2155 from brutus333/fix/pvc

Fix for Issue #2141
This commit is contained in:
Brad Beam
2018-01-24 16:15:33 -06:00
committed by GitHub
5 changed files with 47 additions and 1 deletions

View File

@@ -185,3 +185,8 @@ persistent_volumes_enabled: false
## Supplementary addresses that can be added in kubernetes ssl keys.
## That can be useful for example to setup a keepalived virtual IP
# supplementary_addresses_in_ssl_keys: [10.0.0.1, 10.0.0.2, 10.0.0.3]
## 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
volume_cross_zone_attachment: false