[systemd-resolved] Fix DNS configuration according to docs/dns-stack.md and during reset of cluster (#8560) (#8561)

This commit is contained in:
onock
2022-03-14 10:08:22 +01:00
committed by GitHub
parent fb7c56e3d3
commit d444a2fb83
2 changed files with 6 additions and 1 deletions

View File

@@ -32,4 +32,5 @@
environment: "{{ proxy_disable_env }}"
roles:
- { role: kubespray-defaults}
- { role: kubernetes/preinstall, when: "dns_mode != 'none' and resolvconf_mode == 'host_resolvconf'", tags: resolvconf, dns_early: true }
- { role: reset, tags: reset }