File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ weight: 10
99
1010<!-- overview -->
1111
12- Kubernetes runs your {{< glossary_tooltip text="workload" term_id="Workload" >}} by placing containers into Pods to run on _ Nodes_ .
12+ Kubernetes runs your {{< glossary_tooltip text="workload" term_id=""workloads >}} by placing containers into Pods to run on _ Nodes_ .
1313A node may be a virtual or physical machine, depending on the cluster. Each node
1414is managed by the
1515{{< glossary_tooltip text="control plane" term_id="control-plane" >}}
@@ -563,7 +563,7 @@ ShutdownGracePeriodCriticalPods are not configured properly. Please refer to abo
563563section [Graceful Node Shutdown](#graceful-node-shutdown) for more details.
564564
565565When a node is shutdown but not detected by kubelet's Node Shutdown Manager, the pods
566- that are part of a {{< glossary_tooltip text="StatefulSet" term_id="StatefulSet " >}} will be stuck in terminating status on
566+ that are part of a {{< glossary_tooltip text="StatefulSet" term_id="statefulset " >}} will be stuck in terminating status on
567567the shutdown node and cannot move to a new running node. This is because kubelet on
568568the shutdown node is not available to delete the pods so the StatefulSet cannot
569569create a new pod with the same name. If there are volumes used by the pods, the
You can’t perform that action at this time.
0 commit comments