You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file `my-private-reg-pod.yaml`, replace `<your-private-image>` with the path to an image in a private registry such as:
@@ -200,10 +207,10 @@ kubectl get pod private-reg
200
207
201
208
## {{% heading "whatsnext" %}}
202
209
203
-
* Learn more about [Secrets](/docs/concepts/configuration/secret/).
210
+
* Learn more about [Secrets](/docs/concepts/configuration/secret/)
211
+
* or read the API reference for {{< api-reference page="config-and-storage-resources/secret-v1" >}}
204
212
* Learn more about [using a private registry](/docs/concepts/containers/images/#using-a-private-registry).
205
213
* 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).
206
214
* See [kubectl create secret docker-registry](/docs/reference/generated/kubectl/kubectl-commands/#-em-secret-docker-registry-em-).
207
-
* See [Secret](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core).
208
-
* See the `imagePullSecrets` field of [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
215
+
* See the `imagePullSecrets` field within the [container definitions](/docs/reference/kubernetes-api/workload-resources/pod-v1/#containers) of a Pod
0 commit comments