Skip to content

Commit f886b5f

Browse files
committed
review
1 parent f728241 commit f886b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/concepts/pages/operations/pod_disruptions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Any downtime of our products is generally considered to be bad.
44
Although downtime can't be prevented 100% of the time - especially if the product does not support High Availability - we can try to do our best to reduce it to an absolute minimum.
55

66
Kubernetes has mechanisms to ensure minimal *planned* downtime.
7-
Please keep in mind, that this only affects planned (voluntary) downtime of Pods - multiple simulations Kubernetes node crashes can always occur!
7+
Please keep in mind, that this only affects planned (voluntary) downtime of Pods - unplanned Kubernetes node crashes can always occur.
88

99
Our product operator will always deploy so-called https://kubernetes.io/docs/tasks/run-application/configure-pdb/[PodDisruptionBudget (PDB)] resources alongside the products.
1010
For every role that you specify (e.g. HDFS namenodes or Trino workers) a PDB is created.

0 commit comments

Comments
 (0)