Skip to content

Commit 20e942b

Browse files
Update images.md
This is controlled by the`imagePullCredentialsVerificationPolicy` field in the [Kubelet configuration](/docs/reference/config-api/kubelet-config.v1beta1#ImagePullCredentialsVerificationPolicy). to [Kubelet configuration]https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/#imagepullcredentialsverificationpolicy
1 parent 7d88af1 commit 20e942b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ which previously resulted in a successful image pull will not need to re-pull fr
423423
the registry and are instead validated locally without accessing the registry
424424
(provided the image is available locally).
425425
This is controlled by the`imagePullCredentialsVerificationPolicy` field in the
426-
[Kubelet configuration](/docs/reference/config-api/kubelet-config.v1beta1#ImagePullCredentialsVerificationPolicy).
426+
[Kubelet configuration](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/#imagepullcredentialsverificationpolicy).
427427

428428
This configuration controls when image pull credentials must be verified if the
429429
image is already present on the node:

0 commit comments

Comments
 (0)