Skip to content
Snippets Groups Projects
Commit 7cab7e5f authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

restarting kubelet is sometimes required after docker restart

parent 4c5735ce
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
notify:
- reload systemd
- restart docker
- restart kubelet
- name: delete default docker bridge
command: ip link delete docker0
......@@ -28,3 +29,8 @@
service:
name: docker
state: restarted
- name: restart kubelet
service:
name: kubelet
state: restarted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment