Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: lena-larionova <[email protected]>
  • Loading branch information
czeslavo and lena-larionova authored Oct 30, 2024
1 parent c3615ad commit 5310987
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ title: Defining PodDisruptionBudget for DataPlane
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.
for more details on the `PodDisruptionBudget` API itself.

## Creating DataPlane with PodDisruptionBudget
## Creating a DataPlane with PodDisruptionBudget

For `DataPlane` resources, you can define a `PodDisruptionBudget` in the `spec.resources.podDisruptionBudget` field.
`DataPlane`'s `spec.resources.podDisruptionBudget.spec` matches the `PodDisruptionBudget` API, excluding
The `DataPlane`'s `spec.resources.podDisruptionBudget.spec` matches the `PodDisruptionBudget` API, excluding
the `selector` field, which is automatically set by {{ site.kgo_product_name }} to match the `DataPlane` pods.

Here is an example of a `DataPlane` resource with a `PodDisruptionBudget`:
Expand Down

0 comments on commit 5310987

Please sign in to comment.