diff --git a/docs/howtos/policy-servers/03-pod-disruption-budget.md b/docs/howtos/policy-servers/03-pod-disruption-budget.md index f8fb95de04..cccfca1e47 100644 --- a/docs/howtos/policy-servers/03-pod-disruption-budget.md +++ b/docs/howtos/policy-servers/03-pod-disruption-budget.md @@ -22,7 +22,7 @@ operational integrity of the Kubewarden policy server, ensuring that policies are continuously enforced without interruption. It can be defined as an integer or a percentage. -When set, the Kubewarden controller creates a PodDisruptionBudget that prevents +When set, the Kubewarden controller creates a `PodDisruptionBudget` object that prevents voluntary disruptions from causing the number of available replicas to fall below this threshold. This is particularly important during operations such as cluster upgrades or maintenance. @@ -33,7 +33,7 @@ degree of unavailability, which can be useful for performing rolling updates or partial maintenance without fully halting the policy enforcement mechanism. It can also be defined as integer or percentage. -When configured, it informs the creation of a PodDisruptionBudget that limits +When configured, it informs the creation of a `PodDisruptionBudget` object that limits the number of pods that can be voluntarily disrupted. This ensures that even during disruptions, a certain level of service is maintained.