Skip to content
Snippets Groups Projects
Unverified Commit 8fbd08d0 authored by Unai Arríen's avatar Unai Arríen Committed by GitHub
Browse files

Fix DNS configuration when using resolvconf_mode='host_resolvconf' during scale (#23) (#8361)

parent dda557ed
No related branches found
No related tags found
No related merge requests found
...@@ -98,3 +98,11 @@ ...@@ -98,3 +98,11 @@
- { role: kubernetes/kubeadm, tags: kubeadm } - { role: kubernetes/kubeadm, tags: kubeadm }
- { role: kubernetes/node-label, tags: node-label } - { role: kubernetes/node-label, tags: node-label }
- { role: network_plugin, tags: network } - { role: network_plugin, tags: network }
- hosts: k8s_cluster
gather_facts: False
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
environment: "{{ proxy_disable_env }}"
roles:
- { role: kubespray-defaults }
- { role: kubernetes/preinstall, when: "dns_mode != 'none' and resolvconf_mode == 'host_resolvconf'", tags: resolvconf }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment