Remove unnecessary and risky reload network for resolvconf propagation (#5322)

Change-Id: I54d706f7941b4b86c4c6cd45340295577155b884
This commit is contained in:
Matthew Mosesohn
2019-11-06 21:11:52 +03:00
committed by Kubernetes Prow Robot
parent a005d19f6f
commit 1c25ed669c
4 changed files with 9 additions and 24 deletions

View File

@@ -10,11 +10,11 @@
backup: yes
marker: "# Ansible entries {mark}"
when: dhclientconffile is defined
notify: Preinstall | restart network
notify: Preinstall | propagate resolvconf to k8s components
- name: Remove kubespray specific dhclient hook
file:
path: "{{ dhclienthookfile }}"
state: absent
when: dhclienthookfile is defined
notify: Preinstall | restart network
notify: Preinstall | propagate resolvconf to k8s components