You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/concepts/pages/operations/pod_disruptions.adoc
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ The defaults depend on the individual product and can be find below the "Operati
15
15
They are based upon our knowledge about the products fault tolerance.
16
16
In some case they can be a bit pessimistic, thus they can be adjusted as documented in the following sections.
17
17
18
-
[#configure-pdbs]
19
18
== Influencing and disabling PDBs
20
19
21
20
You can configure
@@ -63,7 +62,9 @@ spec:
63
62
== Using you own custom PDBs
64
63
In case you are not satisfied with the PDBs that are written by the operators, you can deploy you own ones.
65
64
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].
67
68
68
69
*After disabling the Stackable PDBs*, you can deploy you own PDB such as
0 commit comments