Skip to content

Commit b1b85e8

Browse files
committed
Fixing ref to commons operator
1 parent 3f9aaf7 commit b1b85e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/concepts/pages/operations/pod_disruptions.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Allowed Pod disruptions
22
:k8s-pdb: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
3-
:commons-operator: xref:commons-operator:index.adoc
43
:description: Configure PodDisruptionBudgets (PDBs) to minimize planned downtime for Stackable products. Default values are based on fault tolerance and can be customized.
54

65
Any downtime of our products is generally considered to be bad.
@@ -120,7 +119,7 @@ This PDB allows only one Pod out of all the Namenodes and Journalnodes to be dow
120119
Have a look at the xref:contributor:adr/ADR030-allowed-pod-disruptions.adoc[ADR on Allowed Pod disruptions] for the implementation details.
121120

122121
== Known issue with PDBs and certificate rotations
123-
PDBs together with certificate rotations can be problematic in case e.g. {commons-operator}[commons-operator] was unavailable to restart the Pods before the certificate expire.
122+
PDBs together with certificate rotations can be problematic in case e.g. xref:commons-operator:index.adoc[commons-operator] was unavailable to restart the Pods before the certificate expire.
124123
commons-operator uses the `evict` API in Kubernetes, which respects the PDB.
125124
If a Pod is evicted and a PDB would be violated, the Pod is *not* restarted.
126125

0 commit comments

Comments
 (0)