Skip to content

Commit a0b9cda

Browse files
committed
fix: fix typo
1 parent dba35af commit a0b9cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ kubectl delete -f nginx.yaml
8585
# pod "nginx" deleted
8686
```
8787

88-
最后,根据我们在 `container` 的那节构建的 `hellok8s:v1` 的镜像,同时参考 `nginx` pod 的资源定义,你能独自编写出 `hellok8s:v1` Pod 的资源文件吗并通过 `port-forward` 到本地的 `3000` 端口进行访问,最终得到字符串 `[v1] Hello, Kubernetes!`。
88+
最后,根据我们在 `container` 的那节构建的 `hellok8s:v1` 的镜像,同时参考 `nginx` pod 的资源定义,你能独自编写出 `hellok8s:v1` Pod 的资源文件吗并通过 `port-forward` 到本地的 `3000` 端口进行访问,最终得到字符串 `[v1] Hello, Kubernetes!`。
8989

9090
`hellok8s:v1` Pod 资源定义和相应的命令如下所示:
9191

0 commit comments

Comments
 (0)