Skip to content

Commit 1d2727b

Browse files
authored
Merge pull request #41330 from mrgiles/32048_document_kubelet_img_cred_prov_concept
Document kubelet image credential provider extension concept
2 parents 1f626ec + 54bfa62 commit 1d2727b

File tree

1 file changed

+14
-0
lines changed
  • content/en/docs/concepts/extend-kubernetes

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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/)
284284
allow 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

288302
The scheduler is a special type of controller that watches pods, and assigns

0 commit comments

Comments
 (0)