Merge pull request #21537 from Cweiping/remove_kubectl_run_command_deprecated_zh
deprecated kubectl run command flag replicas for zh
This commit is contained in:
@@ -631,7 +631,7 @@ Let's say you were running version 1.7.9 of nginx:
|
||||
假设您正运行的是 1.7.9 版本的 nginx:
|
||||
|
||||
```shell
|
||||
kubectl run my-nginx --image=nginx:1.7.9 --replicas=3
|
||||
kubectl create deployment my-nginx --image=nginx:1.7.9
|
||||
```
|
||||
```shell
|
||||
deployment.apps/my-nginx created
|
||||
|
||||
Reference in New Issue
Block a user