fixing dns
This commit is contained in:
parent
94a80c12ec
commit
54bdce08b2
@ -6,6 +6,11 @@
|
|||||||
async: 45
|
async: 45
|
||||||
poll: 0
|
poll: 0
|
||||||
|
|
||||||
|
- name: "restartkubelet"
|
||||||
|
systemd:
|
||||||
|
name: kubelet
|
||||||
|
state: restarted
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "do apt stuff"
|
- name: "do apt stuff"
|
||||||
import_tasks: tasks/apt.yaml
|
import_tasks: tasks/apt.yaml
|
||||||
|
@ -21,4 +21,11 @@
|
|||||||
src: resolv.conf
|
src: resolv.conf
|
||||||
dest: /etc/resolv.conf
|
dest: /etc/resolv.conf
|
||||||
mode: 644
|
mode: 644
|
||||||
owner: root
|
owner: root
|
||||||
|
|
||||||
|
- name: fix kubelet wrong resolver
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/kubernetes/kubelet-config.yaml
|
||||||
|
regexp: '^resolvConf:'
|
||||||
|
line: 'resolvConf: "/etc/resolv.conf"'
|
||||||
|
notify: restartkubelet
|
||||||
|
Loading…
Reference in New Issue
Block a user