Skip to content

Commit ff08a32

Browse files
author
yanggang
committed
[zh-cn] Sync concepts/workloads/pods/_index.md
Signed-off-by: yanggang <[email protected]>
1 parent 5da7cb5 commit ff08a32

File tree

1 file changed

+3
-7
lines changed
  • content/zh-cn/docs/concepts/workloads/pods

1 file changed

+3
-7
lines changed

content/zh-cn/docs/concepts/workloads/pods/_index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,11 @@ for debugging if your cluster offers this.
5858
## 什么是 Pod? {#what-is-a-pod}
5959

6060
<!--
61-
While Kubernetes supports more
62-
{{< glossary_tooltip text="container runtimes" term_id="container-runtime" >}}
63-
than just Docker, [Docker](https://www.docker.com/) is the most commonly known
64-
runtime, and it helps to describe Pods using some terminology from Docker.
61+
You need to install a [container runtime](/docs/setup/production-environment/container-runtimes/)
62+
into each node in the cluster so that Pods can run there.
6563
-->
6664
{{< note >}}
67-
除了 Docker 之外,Kubernetes 支持很多其他{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}},
68-
[Docker](https://www.docker.com/) 是最有名的运行时,
69-
使用 Docker 的术语来描述 Pod 会很有帮助。
65+
为了运行 Pod,你需要提前在每个节点安装好[容器运行时](/zh-cn/docs/setup/production-environment/container-runtimes/)
7066
{{< /note >}}
7167

7268
<!--

0 commit comments

Comments
 (0)