diff --git a/modules/concepts/pages/operations/pod_disruptions.adoc b/modules/concepts/pages/operations/pod_disruptions.adoc index ae587f02d..d24db0529 100644 --- a/modules/concepts/pages/operations/pod_disruptions.adoc +++ b/modules/concepts/pages/operations/pod_disruptions.adoc @@ -48,6 +48,12 @@ You can configure 1. Whether PDBs are written at all 2. The `maxUnavailable` replicas for this role PDB +[WARNING] +==== +Setting `maxUnavailable` to `0` means no voluntary disruptions are allowed. +This can block Kubernetes nodes from being drained, talk with your Kubernetes cluster provider first! +==== + The following example 1. Sets `maxUnavailable` for NameNodes to `1`