From 32e235b2817cbf34615bd8171d3489fff0949378 Mon Sep 17 00:00:00 2001 From: Shashank vimal Date: Tue, 20 May 2025 11:03:42 +0530 Subject: [PATCH] Update content/en/docs/concepts/containers/images.md Co-authored-by: Dmitry Shurupov --- content/en/docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index ddff5f3375..fb0d639085 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -423,7 +423,7 @@ which previously resulted in a successful image pull will not need to re-pull fr the registry and are instead validated locally without accessing the registry (provided the image is available locally). This is controlled by the`imagePullCredentialsVerificationPolicy` field in the -[Kubelet configuration](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/#imagepullcredentialsverificationpolicy). +[Kubelet configuration](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-ImagePullCredentialsVerificationPolicy). This configuration controls when image pull credentials must be verified if the image is already present on the node: