Merge pull request #6840 from tengqm/link-image-pull-secret

Add links to assigning imagepullsecrets
This commit is contained in:
Joseph Heck
2018-01-07 10:22:34 -08:00
committed by GitHub
+1
View File
@@ -291,6 +291,7 @@ This needs to be done for each pod that is using a private registry.
However, setting of this field can be automated by setting the imagePullSecrets
in a [serviceAccount](/docs/user-guide/service-accounts) resource.
Check [Add ImagePullSecrets to a Service Account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account) for detailed instructions.
You can use this in conjunction with a per-node `.docker/config.json`. The credentials
will be merged. This approach will work on Google Kubernetes Engine.