Skip to content

Commit e0e2354

Browse files
committed
Capitalize kubelet
1 parent 1a22d90 commit e0e2354

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,19 @@ 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+
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+
286299
## Scheduling extensions
287300

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

0 commit comments

Comments
 (0)