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) (kubernetes-sigs#8361)
  • Loading branch information
unai-ttxu committed Jan 7, 2022
1 parent c9092b0 commit 69f1275
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 69f1275

Please sign in to comment.