From 7fe9521376465d067e0cde2d08d674939b8090ca Mon Sep 17 00:00:00 2001 From: Derek Willingham <33207400+DirtySoc@users.noreply.github.com> Date: Thu, 13 Aug 2020 18:24:11 -0400 Subject: [PATCH 1/2] Update images.md fix grammar. --- 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 e136da173a..3f34ea2ef2 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -94,7 +94,7 @@ runtime to authenticate to a private container registry. This approach is suitable if you can control node configuration. {{< note >}} -Kubernetes as only supports the `auths` and `HttpHeaders` section in Docker configuration. +Kubernetes as is only supports the `auths` and `HttpHeaders` section in Docker configuration. Docker credential helpers (`credHelpers` or `credsStore`) are not supported. {{< /note >}} From 773999241ca2b24263cbe48a60b8f3c674c671d5 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Tue, 18 Aug 2020 14:26:30 -0700 Subject: [PATCH 2/2] Update content/en/docs/concepts/containers/images.md --- 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 3f34ea2ef2..ddd294feda 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -94,7 +94,7 @@ runtime to authenticate to a private container registry. This approach is suitable if you can control node configuration. {{< note >}} -Kubernetes as is only supports the `auths` and `HttpHeaders` section in Docker configuration. +Default Kubernetes only supports the `auths` and `HttpHeaders` section in Docker configuration. Docker credential helpers (`credHelpers` or `credsStore`) are not supported. {{< /note >}}