Skip to content

Commit 54bfa62

Browse files
committed
Use shortcode
1 parent e0e2354 commit 54bfa62

File tree

1 file changed

+3
-2
lines changed
  • content/en/docs/concepts/extend-kubernetes

1 file changed

+3
-2
lines changed

content/en/docs/concepts/extend-kubernetes/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,10 @@ allow Kubernetes to work with different networking topologies and technologies.
285285

286286
### Kubelet image credential provider plugins
287287

288+
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
288289
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.
291292

292293
The plugins can communicate with external services or use local files to obtain credentials. This way,
293294
the kubelet does not need to have static credentials for each registry, and can support various

0 commit comments

Comments
 (0)