Skip to content

Commit 7db1ae5

Browse files
authored
Merge pull request #24589 from wking/overlapping-pdbs
content/en/docs/tasks/run-application/configure-pdb: Acceptable overlapping PDBs
2 parents 34e81fd + 71cdde7 commit 7db1ae5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

content/en/docs/tasks/run-application/configure-pdb.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ You can use a PDB with pods controlled by another type of controller, by an
236236
- only an integer value can be used with `.spec.minAvailable`, not a percentage.
237237

238238
You can use a selector which selects a subset or superset of the pods belonging to a built-in
239-
controller. However, when there are multiple PDBs in a namespace, you must be careful not
240-
to create PDBs whose selectors overlap.
241-
242-
243-
244-
239+
controller. The eviction API will disallow eviction of any pod covered by multiple PDBs,
240+
so most users will want to avoid overlapping selectors. One reasonable use of overlapping
241+
PDBs is when pods are being transitioned from one PDB to another.

0 commit comments

Comments
 (0)