mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-01 00:15:54 +00:00
* Gentoo has init scripts for kubelet * Added a new method of the InitSystem Interface This helps issuing nicer messages when not on systemd. * OpenRCInitSystem.ServiceExists uses CombinedOutput because the behaviour of OpenRC is different from systemd. This is a partial fix for https://github.com/kubernetes/kubeadm/issues/1295