Link to 'Add image pull secret to service account' (#14669)

* Link to 'Add image pull secret to service account'

This page does not mention the fact that image pull secrets can be specified through a service account. So adding link to the section which gives details about 'adding image pull secret to service account'.

* Correcting link url

Correcting link url
This commit is contained in:
Rajesh Deshpande
2019-06-03 12:08:13 +05:30
committed by Kubernetes Prow Robot
parent 73ee4988cf
commit 674303b896
@@ -206,6 +206,7 @@ kubectl get pod private-reg
* Learn more about [Secrets](/docs/concepts/configuration/secret/).
* Learn more about [using a private registry](/docs/concepts/containers/images/#using-a-private-registry).
* Learn more about [adding image pull secrets to a service account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account).
* See [kubectl create secret docker-registry](/docs/reference/generated/kubectl/kubectl-commands/#-em-secret-docker-registry-em-).
* See [Secret](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core).
* See the `imagePullSecrets` field of [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).