Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Flavio Castelli <[email protected]>
Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz and flavio authored Apr 4, 2024
1 parent 6392266 commit 7fcc335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howtos/policy-servers/03-pod-disruption-budget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit 7fcc335

Please sign in to comment.