Skip to content

Commit df0c537

Browse files
authored
Update k8s-best-practices-platform-upgrade.adoc
1 parent c20fc6b commit df0c537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/k8s-best-practices-platform-upgrade.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ For an application to stay healthy during this process, if they are stateful at
3535
[IMPORTANT]
3636
====
3737
Applications may not set the pod disruption budget to minUnavailable equal to the number of pods in the deployment/replicaset or maxUnavailable pods to zero, operations will change your pod disruption budget to proceed with an upgrade at the risk of your application.
38+
39+
See test case link:https://github.com/redhat-best-practices-for-k8s/certsuite/blob/main/CATALOG.md#observability-pod-disruption-budget[observability-pod-disruption-budget]
3840
====
3941

4042
Additionally pod disruption budgets must not be set to very low numbers of unavailable; doing so prevents system patching from completing in a timely manner. Statefulsets/Replicasets/Deployments that have a requirement for pod antiaffinity spread to greater than 20% of the nodes in a given cluster must set the pod disruption budget to 20% for the set of pods.

0 commit comments

Comments
 (0)