We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba35af commit a0b9cdaCopy full SHA for a0b9cda
1 file changed
docs/pod.md
@@ -85,7 +85,7 @@ kubectl delete -f nginx.yaml
85
# pod "nginx" deleted
86
```
87
88
-最后,根据我们在 `container` 的那节构建的 `hellok8s:v1` 的镜像,同时参考 `nginx` pod 的资源定义,你能独自编写出 `hellok8s:v1` Pod 的资源文件吗。并通过 `port-forward` 到本地的 `3000` 端口进行访问,最终得到字符串 `[v1] Hello, Kubernetes!`。
+最后,根据我们在 `container` 的那节构建的 `hellok8s:v1` 的镜像,同时参考 `nginx` pod 的资源定义,你能独自编写出 `hellok8s:v1` Pod 的资源文件吗?并通过 `port-forward` 到本地的 `3000` 端口进行访问,最终得到字符串 `[v1] Hello, Kubernetes!`。
89
90
`hellok8s:v1` Pod 资源定义和相应的命令如下所示:
91
0 commit comments