mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
fix readonly flexvolume in fcos and coreos (#5885)
This commit is contained in:
@@ -253,6 +253,9 @@ controllerManager:
|
|||||||
{% if kube_network_plugin is defined and kube_network_plugin not in ["cloud"] %}
|
{% if kube_network_plugin is defined and kube_network_plugin not in ["cloud"] %}
|
||||||
configure-cloud-routes: "false"
|
configure-cloud-routes: "false"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if kubelet_flexvolumes_plugins_dir is defined %}
|
||||||
|
flex-volume-plugin-dir: {{kubelet_flexvolumes_plugins_dir}}
|
||||||
|
{% endif %}
|
||||||
{% if cloud_provider is defined and cloud_provider in ["openstack", "azure", "vsphere", "aws"] or controller_manager_extra_volumes %}
|
{% if cloud_provider is defined and cloud_provider in ["openstack", "azure", "vsphere", "aws"] or controller_manager_extra_volumes %}
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
{% if cloud_provider is defined and cloud_provider in ["openstack"] and openstack_cacert is defined %}
|
{% if cloud_provider is defined and cloud_provider in ["openstack"] and openstack_cacert is defined %}
|
||||||
|
|||||||
Reference in New Issue
Block a user