Skip to content

Commit

Permalink
Fix DNS configuration when using resolvconf_mode='host_resolvconf' du…
Browse files Browse the repository at this point in the history
…ring scale (#23) (#8361)
  • Loading branch information
unai-ttxu authored Jan 5, 2022
1 parent dda557e commit 8fbd08d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@
- { role: kubernetes/kubeadm, tags: kubeadm }
- { role: kubernetes/node-label, tags: node-label }
- { 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 comments on commit 8fbd08d

Please sign in to comment.