Skip to content

Commit ad99435

Browse files
authored
Merge pull request #22845 from huchengze/patch-25
Update http-proxy-access-api.md for zh
2 parents 4e7ff65 + 20d8c00 commit ad99435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This page shows how to use an HTTP proxy to access the Kubernetes API.
3131
* 如果您的集群中还没有任何应用,使用如下命令启动一个 Hello World 应用:
3232

3333
```shell
34-
kubectl run node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
34+
kubectl create deployment node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
3535
```
3636

3737

0 commit comments

Comments
 (0)