mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
Fix scale.yml to supoort kubeadm (#1863)
Signed-off-by: Haiwei Liu <carllhw@gmail.com>
This commit is contained in:
committed by
Matthew Mosesohn
parent
cea41a544e
commit
cfea99c4ee
5
roles/kubernetes/kubeadm/handler/main.yml
Normal file
5
roles/kubernetes/kubeadm/handler/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: restart kubelet
|
||||
service:
|
||||
name: kubelet
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user