Skip to content

Commit 61e622f

Browse files
authored
Merge pull request #51234 from arvinep/patch-2
Fix some typos
2 parents e542e8f + eeb36c7 commit 61e622f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ at all times during the update is at least 70% of the desired Pods.
12021202

12031203
`.spec.strategy.rollingUpdate.maxSurge` is an optional field that specifies the maximum number of Pods
12041204
that can be created over the desired number of Pods. The value can be an absolute number (for example, 5) or a
1205-
percentage of desired Pods (for example, 10%). The value cannot be 0 if `MaxUnavailable` is 0. The absolute number
1205+
percentage of desired Pods (for example, 10%). The value cannot be 0 if `maxUnavailable` is 0. The absolute number
12061206
is calculated from the percentage by rounding up. The default value is 25%.
12071207

12081208
For example, when this value is set to 30%, the new ReplicaSet can be scaled up immediately when the
@@ -1331,7 +1331,7 @@ a Pod is considered ready, see [Container Probes](/docs/concepts/workloads/pods/
13311331

13321332
{{< feature-state feature_gate_name="DeploymentReplicaSetTerminatingReplicas" >}}
13331333

1334-
You can enable this feature it by setting the `DeploymentReplicaSetTerminatingReplicas`
1334+
You can enable this feature by setting the `DeploymentReplicaSetTerminatingReplicas`
13351335
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
13361336
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
13371337
and on the [kube-controller-manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ ReplicaSets do not support a rolling update directly.
323323

324324
{{< feature-state feature_gate_name="DeploymentReplicaSetTerminatingReplicas" >}}
325325

326-
You can enable this feature it by setting the `DeploymentReplicaSetTerminatingReplicas`
326+
You can enable this feature by setting the `DeploymentReplicaSetTerminatingReplicas`
327327
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
328328
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
329329
and on the [kube-controller-manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)

0 commit comments

Comments
 (0)