Merge pull request #28879 from Shubham82/correct-FQDN_for_dockerhub

Correct FQDN for DockerHub.
pull/29315/head
Kubernetes Prow Robot 2021-08-10 00:35:20 -07:00 committed by GitHub
commit 2fbd6ceded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ kubectl create secret docker-registry regcred --docker-server=<your-registry-ser
where:
* `<your-registry-server>` is your Private Docker Registry FQDN.
Use `https://index.docker.io/v2/` for DockerHub.
Use `https://index.docker.io/v1/` for DockerHub.
* `<your-name>` is your Docker username.
* `<your-pword>` is your Docker password.
* `<your-email>` is your Docker email.