File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
content/en/docs/concepts/extend-kubernetes Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,20 @@ and to support other aspects of the Kubernetes network model.
283283[ Network Plugins] ( /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ )
284284allow Kubernetes to work with different networking topologies and technologies.
285285
286+ ### Kubelet image credential provider plugins
287+
288+ {{< feature-state for_k8s_version="v1.26" state="stable" >}}
289+ Kubelet image credential providers are plugins for the kubelet to dynamically retrieve image registry
290+ credentials. The credentials are then used when pulling images from container image registries that
291+ match the configuration.
292+
293+ The plugins can communicate with external services or use local files to obtain credentials. This way,
294+ the kubelet does not need to have static credentials for each registry, and can support various
295+ authentication methods and protocols.
296+
297+ For plugin configuration details, see
298+ [ Configure a kubelet image credential provider] ( /docs/tasks/administer-cluster/kubelet-credential-provider/ ) .
299+
286300## Scheduling extensions
287301
288302The scheduler is a special type of controller that watches pods, and assigns
You can’t perform that action at this time.
0 commit comments