Skip to content

Commit 87d71a1

Browse files
authored
Merge pull request #21050 from YunWang/patch-1
deployment.md typo
2 parents ff88902 + 83c3090 commit 87d71a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ rolled back.
418418
```
419419

420420
{{< note >}}
421-
The Deployment controller stops the bad rollout automatically, and stops scaling up the new ReplicaSet. This depends on the rollingUpdate parameters (`maxUnavailable` specifically) that you have specified. sKubernetes by default sets the value to 25%.
421+
The Deployment controller stops the bad rollout automatically, and stops scaling up the new ReplicaSet. This depends on the rollingUpdate parameters (`maxUnavailable` specifically) that you have specified. Kubernetes by default sets the value to 25%.
422422
{{< /note >}}
423423

424424
* Get the description of the Deployment:

0 commit comments

Comments
 (0)