Skip to content

Commit fbab5a8

Browse files
authored
Merge pull request #28073 from vitaliyf/patch-1
Clarify that Docker registry secrets are using type kubernetes.io/dockerconfigjson
2 parents db7be24 + ccc61c8 commit fbab5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you use a Docker credentials store, you won't see that `auth` entry but a `cr
5454

5555
## Create a Secret based on existing Docker credentials {#registry-secret-existing-credentials}
5656

57-
A Kubernetes cluster uses the Secret of `docker-registry` type to authenticate with
57+
A Kubernetes cluster uses the Secret of `kubernetes.io/dockerconfigjson` type to authenticate with
5858
a container registry to pull a private image.
5959

6060
If you already ran `docker login`, you can copy that credential into Kubernetes:

0 commit comments

Comments
 (0)