Merge pull request #22433 from tengqm/fix-18978

Avoid using deprecated commands in task
This commit is contained in:
Kubernetes Prow Robot 2020-07-09 07:16:31 -07:00 committed by GitHub
commit ec77a8ced7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ If you do not already have an application running in your cluster, start
a Hello world application by entering this command:
```shell
kubectl run node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
kubectl create deployment node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
```
<!-- steps -->