Ignore volume AZ by default
This commit is contained in:
parent
e05d38ddac
commit
619d334bda
@ -44,8 +44,11 @@ extraFiles:
|
||||
tls-insecure=true
|
||||
{{ "{{-" }} end {{ "}}" }}
|
||||
{{ "{{-" }} end {{ "}}" }}
|
||||
{{- with .Values.openstack.cloudConfig }}
|
||||
{{- nindent 8 . }}
|
||||
{{- range $section, $items := omit .Values.openstack.cloudConfig "Global" }}
|
||||
[{{ $section }}]
|
||||
{{- range $name, $value := $items }}
|
||||
{{ $name }}={{ $value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
@ -140,6 +140,9 @@ openstack:
|
||||
# See https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md#config-openstack-cloud-controller-manager
|
||||
# and https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md#block-storage
|
||||
cloudConfig:
|
||||
# By default, ignore volume AZs for Cinder as most clouds have a single globally-attachable Cinder AZ
|
||||
BlockStorage:
|
||||
ignore-volume-az: true
|
||||
# Settings for the Cloud Controller Manager (CCM)
|
||||
ccm:
|
||||
# Indicates if the OpenStack CCM should be enabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user