We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41acfce + c11c8b3 commit f85277dCopy full SHA for f85277d
content/en/docs/concepts/cluster-administration/manage-deployment.md
@@ -427,7 +427,7 @@ We'll guide you through how to create and update applications with Deployments.
427
Let's say you were running version 1.14.2 of nginx:
428
429
```shell
430
-kubectl run my-nginx --image=nginx:1.14.2 --replicas=3
+kubectl create deployment my-nginx --image=nginx:1.14.2
431
```
432
433
deployment.apps/my-nginx created
0 commit comments