Merge pull request #23023 from takaf04/master_images_fix_link
fix ServiceAccount link URL Path in docs/concepts/containers/imagespull/23025/head
commit
6ce337253e
|
@ -259,7 +259,7 @@ EOF
|
|||
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/tasks/configure-pod-container/configure-service-accounts/) resource.
|
||||
in a [ServiceAccount](/docs/tasks/configure-pod-container/configure-service-account/) 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue