File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,9 @@ Kubernetes 为每个组件提供二进制文件以及一组标准的客户端应
26
26
All Kubernetes container images are deployed to the
27
27
`registry.k8s.io` container image registry.
28
28
-->
29
- ## 容器镜像
30
-
31
- 所有 Kubernetes 容器镜像都部署到
32
- ` registry.k8s.io ` 容器镜像仓库。
29
+ ## 容器镜像 {#container-images}
33
30
31
+ 所有 Kubernetes 容器镜像都被部署到 ` registry.k8s.io ` 容器镜像仓库。
34
32
35
33
{{< feature-state for_k8s_version="v1.24" state="alpha" >}}
36
34
@@ -114,11 +112,12 @@ you can verify integrity for is a container image, using the experimental
114
112
signing support.
115
113
116
114
To manually verify signed container images of Kubernetes core components, refer to
117
- [Verify Signed Container Images](/docs/tasks/administer-cluster/verify-signed-images ).
115
+ [Verify Signed Container Images](/docs/tasks/administer-cluster/verify-signed-artifacts ).
118
116
-->
119
117
对于 Kubernetes v{{< skew currentVersion >}},唯一可以验证完整性的代码工件就是容器镜像,它使用实验性签名支持。
120
118
121
- 如需手动验证 Kubernetes 核心组件的签名容器镜像,请参考[ 验证签名容器镜像] ( /zh-cn/docs/tasks/administer-cluster/verify-signed-images ) 。
119
+ 如需手动验证 Kubernetes 核心组件的签名容器镜像,
120
+ 请参考[ 验证签名容器镜像] ( /zh-cn/docs/tasks/administer-cluster/verify-signed-artifacts ) 。
122
121
123
122
<!--
124
123
## Binaries
@@ -127,7 +126,7 @@ Find links to download Kubernetes components (and their checksums) in the [CHANG
127
126
128
127
Alternately, use [downloadkubernetes.com](https://www.downloadkubernetes.com/) to filter by version and architecture.
129
128
-->
130
- ## 二进制
129
+ ## 二进制 {#binaries}
131
130
132
131
在 [ CHANGELOG] ( https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG ) 文件中找到下载 Kubernetes 组件(及其校验和)的链接。
133
132
You can’t perform that action at this time.
0 commit comments