Skip to content

Commit 720efb5

Browse files
committed
[zh-cn]sync images sidecar-containers
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent 6158937 commit 720efb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/zh-cn/docs/concepts/containers/images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -784,15 +784,15 @@ which previously resulted in a successful image pull will not need to re-pull fr
784784
the registry and are instead validated locally without accessing the registry
785785
(provided the image is available locally).
786786
This is controlled by the`imagePullCredentialsVerificationPolicy` field in the
787-
[Kubelet configuration](/docs/reference/config-api/kubelet-config.v1beta1#ImagePullCredentialsVerificationPolicy).
787+
[Kubelet configuration](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-ImagePullCredentialsVerificationPolicy).
788788
-->
789789
如果为你的集群启用了 `KubeletEnsureSecretPulledImages` 特性门控,Kubernetes
790790
将验证每个需要凭据才能拉取的镜像的凭据,即使该镜像已经存在于节点上。
791791
此验证确保了在 Pod 请求中未成功使用提供的凭据拉取的镜像必须从镜像仓库重新拉取。
792792
此外,若之前使用相同的凭据已成功拉取过镜像,
793793
则再次使用这些凭据的镜像拉取操作将不需要从镜像仓库重新拉取,
794-
而是通过本地验证(前提是镜像在本地可用)而无需访问镜像仓库。
795-
这由 [kubelet 配置](/zh-cn/docs/reference/config-api/kubelet-config.v1beta1#ImagePullCredentialsVerificationPolicy)中的
794+
而是通过本地验证(前提是镜像在本地可用)而无需访问镜像仓库。这由
795+
[kubelet 配置](/zh-cn/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-ImagePullCredentialsVerificationPolicy)中的
796796
`imagePullCredentialsVerificationPolicy` 字段控制。
797797

798798
<!--

content/zh-cn/docs/concepts/workloads/pods/sidecar-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 50
1010
-->
1111

1212
<!-- overview -->
13-
{{< feature-state for_k8s_version="v1.29" state="beta" >}}
13+
{{< feature-state feature_gate_name="SidecarContainers" >}}
1414

1515
<!--
1616
Sidecar containers are the secondary containers that run along with the main

0 commit comments

Comments
 (0)