How to stop kubelet service running in an RKE kubernetes node? #5625
Answered
by
brandond
LittleTodd
asked this question in
Q&A
-
It looks like command systemctl stop rke2-server.service would stop all containerd processes like rke2, kubelet, kube-proxy, and containerd processes, but how can I just stop kubelet.service, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
brandond
Mar 18, 2024
Replies: 1 comment 1 reply
-
There is only one service. Stopping RKE2 stops the supervisor process, kubelet, and containerd. Everything else (all the pods), including kube-proxy, remain running. There is no way to stop only part of RKE2. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LittleTodd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is only one service. Stopping RKE2 stops the supervisor process, kubelet, and containerd. Everything else (all the pods), including kube-proxy, remain running. There is no way to stop only part of RKE2.