Skip to content

Commit d29c780

Browse files
authored
Merge pull request #50980 from Vimal-Shashank/main
Fix broken link in container images concept
2 parents 8270414 + 32e235b commit d29c780

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](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-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)