1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

Fixing typos in pod disruption budget topic

This commit is contained in:
Michael Burke
2019-11-01 10:00:29 -04:00
committed by openshift-cherrypick-robot
parent d63399b9eb
commit 4e137fbdc2
2 changed files with 2 additions and 5 deletions

View File

@@ -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.
====

View File

@@ -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:
+