From 70d657706a12f8976d643cbaa00c94d96a249f0b Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Mon, 18 Feb 2019 13:42:32 +0000 Subject: [PATCH] Call out helpful note about per-namespace secrets --- content/en/docs/concepts/containers/images.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index ce5d097d67db1..399641386155f 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -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