Merge pull request #41894 from yanggangtony/fix-typo-words-cn

[zh-cn] Sync concepts/workloads/pods/_index.md
pull/42016/head
Kubernetes Prow Robot 2023-07-13 17:11:28 -07:00 committed by GitHub
commit 9508871b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

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