kubeadm-operator cannot restart kubelet smoothlly: use kubelet-reloader
pacoxu opened this issue · 0 comments
pacoxu commented
https://github.com/pacoxu/kubelet-reloader
a simple reloader to check kubelet status and restart it when running version is different from the current version.
- kubelet-reloader is watching on
/usr/bin/kubelet-new
. - once there is different version kubelet-new, it will replace
/usr/bin/kubelet
and restart kubelet
More details and discussions can be found in kubernetes/enhancements#2505 (comment)