Skip to content

Commit 4fdd1ed

Browse files
authored
Merge pull request #41501 from bzsuni/concepts/extend-kubernetes
[zh] sync docs/concepts/extend-kubernetes/_index.md
2 parents 70aae46 + 4d6d3fc commit 4fdd1ed

File tree

1 file changed

+27
-0
lines changed
  • content/zh-cn/docs/concepts/extend-kubernetes

1 file changed

+27
-0
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/_index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,33 @@ allow Kubernetes to work with different networking topologies and technologies.
545545
[网络插件](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)可以让
546546
Kubernetes 使用不同的网络拓扑和技术。
547547

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+
548575
<!--
549576
## Scheduling extensions
550577

0 commit comments

Comments
 (0)