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 4e7ff65 + 20d8c00 commit ad99435Copy full SHA for ad99435
content/zh/docs/tasks/extend-kubernetes/http-proxy-access-api.md
@@ -31,7 +31,7 @@ This page shows how to use an HTTP proxy to access the Kubernetes API.
31
* 如果您的集群中还没有任何应用,使用如下命令启动一个 Hello World 应用:
32
33
```shell
34
-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
35
```
36
37
0 commit comments