mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-20 07:17:45 -02:30
Enable systemd-resolved DNS resolution mode (#5318)
Change-Id: If3e253a40782e03cde7fc4a91493517ae31fda17
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
471589f1f4
commit
a005d19f6f
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Write resolved.conf
|
||||
template:
|
||||
src: resolved.conf.j2
|
||||
dest: /etc/systemd/resolved.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: Preinstall | Restart systemd-resolved
|
||||
Reference in New Issue
Block a user