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