Skip to content

Commit a20dfa1

Browse files
committed
WIP
1 parent d546256 commit a20dfa1

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
@@ -15,7 +15,7 @@ Kubernetes has a a concepts called https://kubernetes.io/docs/tasks/run-applicat
1515

1616
*Requirements:*
1717

18-
1. We must deploy a PDB alongside all the StatefulSets (and Deployments in the future) to restrict pod disruptions.
18+
1. We must deploy a PDB alongside all the product StatefulSets (and Deployments in the future) to restrict pod disruptions.
1919
2. Also users need to ability to override the numbers we default to, as they need to make a tradeoff between availability and rollout times e.g. in rolling redeployment. Context: I have operated Trino clusters that could take more than 6 hours to rolling redeploy, as the graceful shutdown of Trino workers takes a considerable amount of time - depended on the queries getting executed.
2020

2121
We have the following constraints:

0 commit comments

Comments
 (0)