Enable systemd-resolved DNS resolution mode (#5318)

Change-Id: If3e253a40782e03cde7fc4a91493517ae31fda17
This commit is contained in:
Matthew Mosesohn
2019-11-06 14:33:52 +03:00
committed by Kubernetes Prow Robot
parent 471589f1f4
commit a005d19f6f
5 changed files with 44 additions and 0 deletions

View File

@@ -95,3 +95,8 @@
- inventory_hostname in groups['kube-master']
- dns_mode != 'none'
- resolvconf_mode == 'host_resolvconf'
- name: Preinstall | Restart systemd-resolved
service:
name: systemd-resolved
state: restarted