Skip to content

Commit

Permalink
Call out helpful note about per-namespace secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim committed Feb 18, 2019
1 parent a45e63b commit 70d6577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/concepts/containers/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,10 @@ This is particularly useful if you are using multiple private container
registries, as `kubectl create secret docker-registry` creates a Secret that will
only work with a single private registry.

{{< note >}}
Pods can only reference image pull secrets in their own namespace,
so this process needs to be done one time per namespace.
{{< /note >}}

#### Referring to an imagePullSecrets on a Pod

Expand Down

0 comments on commit 70d6577

Please sign in to comment.