Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #10215

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion topics/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,10 @@ Outputs the status of each of the control plane components.
#### Kubelet

<details>
<summary>What happens to running pods if if you stop Kubelet on the worker nodes?</summary><br><b>
<summary>What happens to running pods if you stop Kubelet on the worker nodes?</summary><br><b>


If you stop the Kubelet on a worker node, the running pods on that node will be terminated. This is because the Kubelet is responsible for managing the pods on the node, and if it is stopped, it will no longer be able to keep the pods running.
</b></details>

#### Nodes Commands
Expand Down