Merge pull request #24589 from wking/overlapping-pdbs

content/en/docs/tasks/run-application/configure-pdb: Acceptable overlapping PDBs
pull/25665/head
Kubernetes Prow Robot 2020-12-16 13:46:31 -08:00 committed by GitHub
commit 7db1ae5d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -236,9 +236,6 @@ You can use a PDB with pods controlled by another type of controller, by an
- only an integer value can be used with `.spec.minAvailable`, not a percentage.
You can use a selector which selects a subset or superset of the pods belonging to a built-in
controller. However, when there are multiple PDBs in a namespace, you must be careful not
to create PDBs whose selectors overlap.
controller. The eviction API will disallow eviction of any pod covered by multiple PDBs,
so most users will want to avoid overlapping selectors. One reasonable use of overlapping
PDBs is when pods are being transitioned from one PDB to another.