File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/concepts/extend-kubernetes Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -285,9 +285,10 @@ allow Kubernetes to work with different networking topologies and technologies.
285
285
286
286
### Kubelet image credential provider plugins
287
287
288
+ {{< feature-state for_k8s_version="v1.26" state="stable" >}}
288
289
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 .
290
+ credentials. The credentials are then used when pulling images from container image registries that
291
+ match the configuration .
291
292
292
293
The plugins can communicate with external services or use local files to obtain credentials. This way,
293
294
the kubelet does not need to have static credentials for each registry, and can support various
You can’t perform that action at this time.
0 commit comments