Skip to content

Commit aa6e463

Browse files
dipankardas011Tim Bannister
andauthored
Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent a62c27c commit aa6e463

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,10 @@ kubectl get pod private-reg
211211
```
212212

213213
{{< note >}}
214-
Please ensure that the Pod or Deployment, and so on, created within a particular namespace contains the necessary secret in that same namespace.
214+
To use image pull secrets for a Pod (or a Deployment, or other object that
215+
has a pod template that you are using), you need to make sure that the appropriate
216+
Secret does exist in the right namespace. The namespace to use is the same
217+
namespace where you defined the Pod.
215218

216219
Also, in case the Pod fails to start with the status `ImagePullBackOff`, view the Pod events:
217220
```shell

0 commit comments

Comments
 (0)