File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ before referring to it in a {{< glossary_tooltip text="Pod" term_id="pod" >}}.
27
27
This page provides an outline of the container image concept.
28
28
-->
29
29
容器镜像(Image)所承载的是封装了应用程序及其所有软件依赖的二进制数据。
30
- 容器镜像是可执行的软件包,可以单独运行;该软件包对所处的运行时环境具有良定(Well Defined)的假定 。
30
+ 容器镜像是可执行的软件包,可以单独运行;该软件包对所处的运行时环境具有明确定义的运行时环境假定 。
31
31
32
32
你通常会创建应用的容器镜像并将其推送到某仓库(Registry),然后在
33
33
{{< glossary_tooltip text="Pod" term_id="pod" >}} 中引用它。
@@ -428,7 +428,7 @@ kubelet 从不代表一个 Pod 并行地拉取多个镜像。
428
428
-->
429
429
### 最大并行镜像拉取数量 {#maximum-parallel-image-pulls}
430
430
431
- {{< feature-state for_k8s_version="v1.27 " state="alpha " >}}
431
+ {{< feature-state for_k8s_version="v1.32 " state="beta " >}}
432
432
433
433
<!--
434
434
When `serializeImagePulls` is set to false, the kubelet defaults to no limit on the
@@ -482,7 +482,7 @@ suffixes.
482
482
镜像索引可以指向镜像的多个[ 镜像清单] ( https://github.com/opencontainers/image-spec/blob/master/manifest.md ) ,
483
483
提供特定于体系结构版本的容器。
484
484
这背后的理念是让你可以为镜像命名(例如:` pause ` 、` example/mycontainer ` 、` kube-apiserver ` )
485
- 的同时,允许不同的系统基于它们所使用的机器体系结构取回正确的二进制镜像 。
485
+ 的同时,允许不同的系统基于它们所使用的机器体系结构获取正确的二进制镜像 。
486
486
487
487
Kubernetes 自身通常在命名容器镜像时添加后缀 ` -$(ARCH) ` 。
488
488
为了向前兼容,请在生成较老的镜像时也提供后缀。
You can’t perform that action at this time.
0 commit comments