Merge pull request #34975 from popeng007/patch-4

[zh-cn]Fixed a word in explore-intro.html
This commit is contained in:
Kubernetes Prow Robot
2022-07-13 01:11:37 -07:00
committed by GitHub
@@ -54,7 +54,7 @@ weight: 10
<ul>
<li>共享存储,当作卷</li>
<li>网络,作为唯一的集群 IP 地址</li>
<li>有关每个容器如何运行的信息,例如容器像版本或要使用的特定端口。</li>
<li>有关每个容器如何运行的信息,例如容器像版本或要使用的特定端口。</li>
</ul>
<!--
<p>A Pod models an application-specific "logical host" and can contain different application containers which are relatively tightly coupled. For example, a Pod might include both the container with your Node.js app as well as a different container that feeds the data to be published by the Node.js webserver. The containers in a Pod share an IP Address and port space, are always co-located and co-scheduled, and run in a shared context on the same Node.</p>