File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
content/zh-cn/docs/concepts/extend-kubernetes Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -545,6 +545,33 @@ allow Kubernetes to work with different networking topologies and technologies.
545
545
[ 网络插件] ( /zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ ) 可以让
546
546
Kubernetes 使用不同的网络拓扑和技术。
547
547
548
+ <!--
549
+ ### Kubelet image credential provider plugins
550
+
551
+ {{< feature-state for_k8s_version="v1.26" state="stable" >}}
552
+ Kubelet image credential providers are plugins for the kubelet to dynamically retrieve image registry
553
+ credentials. The credentials are then used when pulling images from container image registries that
554
+ match the configuration.
555
+
556
+ The plugins can communicate with external services or use local files to obtain credentials. This way,
557
+ the kubelet does not need to have static credentials for each registry, and can support various
558
+ authentication methods and protocols.
559
+
560
+ For plugin configuration details, see
561
+ [Configure a kubelet image credential provider](/docs/tasks/administer-cluster/kubelet-credential-provider/).
562
+ -->
563
+ ### Kubelet 镜像凭据提供程序插件 {#kubelet-image-credential-provider-plugins}
564
+
565
+ {{< feature-state for_k8s_version="v1.26" state="stable" >}}
566
+ Kubelet 镜像凭据提供程序是 Kubelet 动态检索镜像仓库凭据的插件。
567
+ 当你从与配置匹配的容器镜像仓库中拉取镜像时,这些凭据将被使用。
568
+
569
+ 这些插件可以与外部服务通信或使用本地文件来获取凭据。这样,kubelet
570
+ 就不需要为每个仓库都设置静态凭据,并且可以支持各种身份验证方法和协议。
571
+
572
+ 有关插件配置的详细信息,请参阅
573
+ [ 配置 kubelet 镜像凭据提供程序] ( /zh-cn/docs/tasks/administer-cluster/kubelet-credential-provider/ ) 。
574
+
548
575
<!--
549
576
## Scheduling extensions
550
577
You can’t perform that action at this time.
0 commit comments