File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
content/zh-cn/docs/concepts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -784,15 +784,15 @@ which previously resulted in a successful image pull will not need to re-pull fr
784
784
the registry and are instead validated locally without accessing the registry
785
785
(provided the image is available locally).
786
786
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).
788
788
-->
789
789
如果为你的集群启用了 ` KubeletEnsureSecretPulledImages ` 特性门控,Kubernetes
790
790
将验证每个需要凭据才能拉取的镜像的凭据,即使该镜像已经存在于节点上。
791
791
此验证确保了在 Pod 请求中未成功使用提供的凭据拉取的镜像必须从镜像仓库重新拉取。
792
792
此外,若之前使用相同的凭据已成功拉取过镜像,
793
793
则再次使用这些凭据的镜像拉取操作将不需要从镜像仓库重新拉取,
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 ) 中的
796
796
` imagePullCredentialsVerificationPolicy ` 字段控制。
797
797
798
798
<!--
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ weight: 50
10
10
-->
11
11
12
12
<!-- overview -->
13
- {{< feature-state for_k8s_version="v1.29" state="beta " >}}
13
+ {{< feature-state feature_gate_name="SidecarContainers " >}}
14
14
15
15
<!--
16
16
Sidecar containers are the secondary containers that run along with the main
You can’t perform that action at this time.
0 commit comments