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 >}}