From 7fcc335d224e75aa62ff309fab82c881daa1e30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Thu, 4 Apr 2024 08:42:25 -0300 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Flavio Castelli Signed-off-by: José Guilherme Vanz --- docs/howtos/policy-servers/03-pod-disruption-budget.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.