Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Warczarek <[email protected]>
  • Loading branch information
2 people authored and lena-larionova committed Oct 29, 2024
1 parent 862e7b7 commit c3615ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: Defining PodDisruptionBudget for DataPlane

`DataPlane` resources can be configured with a `PodDisruptionBudget` to control:
- The number or percentage of pods that can be unavailable during maintenance (e.g. rollout).
- The number or percentage of pods that has to be available during maintenance (e.g. rollout).
- The number or percentage of pods that must be available during maintenance (e.g. rollout).

This is useful when you want to ensure that a certain number or percentage of pods are always available.
This is useful to ensure that a certain number or percentage of pods are always available.

See the [Specifying a Disruption Budget for your Application](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) guide
for more details on `PodDisruptionBudget` API itself.
Expand Down

0 comments on commit c3615ad

Please sign in to comment.