diff --git a/modules/nodes-pods-pod-disruption-about.adoc b/modules/nodes-pods-pod-disruption-about.adoc index 5a4c670ec1..a5c07a799e 100644 --- a/modules/nodes-pods-pod-disruption-about.adoc +++ b/modules/nodes-pods-pod-disruption-about.adoc @@ -28,7 +28,7 @@ parts: [NOTE] ==== -A `maxUnavailable` of `0%``or `0` or a `minAvailable` of `100%`` or equal to the number of replicas, +A `maxUnavailable` of `0%` or `0` or a `minAvailable` of `100%` or equal to the number of replicas, is permitted, but can block nodes from being drained. ==== diff --git a/modules/nodes-pods-pod-disruption-configuring.adoc b/modules/nodes-pods-pod-disruption-configuring.adoc index 4446d1d936..b82a5d76fd 100644 --- a/modules/nodes-pods-pod-disruption-configuring.adoc +++ b/modules/nodes-pods-pod-disruption-configuring.adoc @@ -3,7 +3,7 @@ // * nodes/nodes-pods-configuring.adoc // * nodes/nodes-cluster-pods-configuring -[id="nodes-pods-configuring-pod-distruption-configuring_{context}"] +[id="nodes-pods-pod-disruption-configuring_{context}"] = Specifying the number of pods that must be up with pod disruption budgets You can use a `PodDisruptionBudget` object to specify the minimum number or @@ -35,8 +35,6 @@ be either an integer or a string specifying a percentage, for example, `20%`. + Or: + ----- -+ [source,yaml] ---- apiVersion: policy/v1beta1 <1> @@ -54,7 +52,6 @@ spec: be either an integer or a string specifying a percentage, for example, `20%`. <3> A label query over a set of resources. The result of `matchLabels` and `matchExpressions` are logically conjoined. ----- . Run the following command to add the object to project: +