-
Smaine Kahlouch authored
Master and nodes will run the 'node' role, kube-proxy is run under a container, new script for ssl certs
Smaine Kahlouch authoredMaster and nodes will run the 'node' role, kube-proxy is run under a container, new script for ssl certs
main.yml 362 B
---
- name: restart daemons
command: /bin/true
notify:
- reload systemd
- restart reloaded-kubelet
- name: reload systemd
command: systemctl daemon-reload
- name: restart kubelet
command: /bin/true
notify:
- reload systemd
- restart reloaded-kubelet
- name: restart reloaded-kubelet
service:
name: kubelet
state: restarted