Skip to content

Commit 01d49ee

Browse files
committed
typo
1 parent a20dfa1 commit 01d49ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/contributor/pages/adr/ADR030-reduce-pod-disruptions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Kubernetes has a a concepts called https://kubernetes.io/docs/tasks/run-applicat
2020

2121
We have the following constraints:
2222

23-
1. If we use https://kubernetes.io/docs/tasks/run-application/configure-pdb/#arbitrary-controllers-and-selectors[arbitrary workloads and arbitrary selectors} we have the following constraints:
23+
1. If we use https://kubernetes.io/docs/tasks/run-application/configure-pdb/#arbitrary-controllers-and-selectors[arbitrary workloads and arbitrary selectors] we have the following constraints:
2424
* only `.spec.minAvailable` can be used, not `.spec.maxUnavailable`.
2525
* only an integer value can be used with `.spec.minAvailable`, not a percentage.
2626
2. You can use a selector which selects a subset or superset of the pods belonging to a workload resource. The eviction API will disallow eviction of any pod covered by multiple PDBs, so most users will want to avoid overlapping selectors

0 commit comments

Comments
 (0)