mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-02 01:58:12 -03:30
Revert OCCM standard dnsPolicy to ClusterFirst and make dnsPolicy configurable to support 10618 (#11168)
This commit is contained in:
@@ -81,7 +81,9 @@ spec:
|
||||
- name: CLOUD_CONFIG
|
||||
value: /etc/config/cloud.conf
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
{% if external_openstack_cloud_controller_dns_policy is defined %}
|
||||
dnsPolicy: {{ external_openstack_cloud_controller_dns_policy }}
|
||||
{% endif %}
|
||||
volumes:
|
||||
{% if kubelet_flexvolumes_plugins_dir is defined %}
|
||||
- name: flexvolume-dir
|
||||
|
||||
Reference in New Issue
Block a user