Skip to content

Commit 86b32da

Browse files
committed
corrected glossary tooltip term-id
1 parent 8f4810c commit 86b32da

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+2
-2
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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_.
1313
A node may be a virtual or physical machine, depending on the cluster. Each node
1414
is 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
563563
section [Graceful Node Shutdown](#graceful-node-shutdown) for more details.
564564

565565
When 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
567567
the shutdown node and cannot move to a new running node. This is because kubelet on
568568
the shutdown node is not available to delete the pods so the StatefulSet cannot
569569
create a new pod with the same name. If there are volumes used by the pods, the

0 commit comments

Comments
 (0)