diff --git a/docs/concepts/containers/images.md b/docs/concepts/containers/images.md index 6212b44e1f..20385dd2cf 100644 --- a/docs/concepts/containers/images.md +++ b/docs/concepts/containers/images.md @@ -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.