Skip to content

Commit da710b6

Browse files
committed
add warnings
1 parent 01c2695 commit da710b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/concepts/pages/operations/pod_disruptions.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The defaults depend on the individual product and can be find below the "Operati
1515
They are based upon our knowledge about the products fault tolerance.
1616
In some case they can be a bit pessimistic, thus they can be adjusted as documented in the following sections.
1717

18-
[#configure-pdbs]
1918
== Influencing and disabling PDBs
2019

2120
You can configure
@@ -63,7 +62,9 @@ spec:
6362
== Using you own custom PDBs
6463
In case you are not satisfied with the PDBs that are written by the operators, you can deploy you own ones.
6564

66-
It is important to disable the PDBs created by the operators as described in <configure-pdbs> before creating your own PDBs, as this is a https://github.com/kubernetes/kubernetes/issues/75957[limitation of Kubernetes].
65+
WARNING: In case you write custom PDBs, it is your responsibility to take care of the availability of the products
66+
67+
IMPORTANT: It is important to disable the PDBs created by the operators as described above before creating your own PDBs, as this is a https://github.com/kubernetes/kubernetes/issues/75957[limitation of Kubernetes].
6768

6869
*After disabling the Stackable PDBs*, you can deploy you own PDB such as
6970

0 commit comments

Comments
 (0)