This commit is contained in:
AymenBaccouchi 2022-12-02 09:51:34 +00:00 committed by GitHub
commit db6bc318a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ spec:
- nginx-pdb
topologyKey: kubernetes.io/hostname
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: nginx-pdb

View File

@ -13,7 +13,7 @@ Defining a “Pod Disruption Budget” helps Kubernetes manage your pods when a
A `PDB` is configured as this:
```yml
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: nginx-pdb