From 9076c397f299b76fdf4519b897539b2dc3759ddc Mon Sep 17 00:00:00 2001 From: Piotr Gospodarek <piogospo@gmail.com> Date: Wed, 29 Aug 2018 19:34:03 +0200 Subject: [PATCH] Update images.md (#10116) --- content/en/docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index 61ba92eec7..71d98c6739 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -128,7 +128,7 @@ Once you have those variables filled in you can [configure a Kubernetes Secret and use it to deploy a Pod](/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod). -### Configuring Nodes to Authenticate to a Private Repository +### Configuring Nodes to Authenticate to a Private Registry {{< note >}} **Note:** If you are running on Google Kubernetes Engine, there will already be a `.dockercfg` on each node with credentials for Google Container Registry. You cannot use this approach.