Skip to content

Commit ec77a8c

Browse files
authored
Merge pull request #22433 from tengqm/fix-18978
Avoid using deprecated commands in task
2 parents 9b4189b + 621e5e7 commit ec77a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/http-proxy-access-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you do not already have an application running in your cluster, start
1717
a Hello world application by entering this command:
1818

1919
```shell
20-
kubectl run node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
20+
kubectl create deployment node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
2121
```
2222

2323
<!-- steps -->

0 commit comments

Comments
 (0)