Skip to content

Commit bf1c00a

Browse files
glossary: Fix PDB tooltip text
The tooltip text for the Pod Disruption Budget term renders incorrectly due to the templating of the "Pod" term within the `short_description`. This can be observed by hovering the cursor over the "PodDisruptionBudget" term on the following page: https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/ Fix the issue by replacing the templated text with the literal word "Pod". Also, slightly modify the wording to align with the full description on the following page: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets
1 parent c8cbc55 commit bf1c00a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/reference/glossary/pod-disruption-budget.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Pod Disruption Budget
44
full-link: /docs/concepts/workloads/pods/disruptions/
55
date: 2019-02-12
66
short_description: >
7-
An object that limits the number of {{< glossary_tooltip text="Pods" term_id="pod" >}} of a replicated application, that are down simultaneously from voluntary disruptions.
7+
An object that limits the number of Pods of a replicated application that are down simultaneously from voluntary disruptions.
88
99
aka:
1010
- PDB
@@ -17,8 +17,8 @@ tags:
1717

1818
A [Pod Disruption Budget](/docs/concepts/workloads/pods/disruptions/) allows an
1919
application owner to create an object for a replicated application, that ensures
20-
a certain number or percentage of Pods with an assigned label will not be voluntarily
21-
evicted at any point in time.
20+
a certain number or percentage of {{< glossary_tooltip text="Pods" term_id="pod" >}}
21+
with an assigned label will not be voluntarily evicted at any point in time.
2222

2323
<!--more-->
2424

0 commit comments

Comments
 (0)