From 6879610621f262eca7eee8290cafa16cf13b5cb7 Mon Sep 17 00:00:00 2001 From: eaydogan Date: Sun, 1 Apr 2018 18:00:03 +0300 Subject: [PATCH] docs/concepts/containers/images.md kubernetes version changed (#7690) * imaged.md kubernetes version changed "This was tested with a private docker repository as of 26 June with Kubernetes version This was tested with a private docker repository as of 26 June with Kubernetes version v0.19.3. It should also work for a private registry such as quay.io, but that has not been tested. v0.19.3 changed to v1.9.3 * Update images.md * Update images.md --- docs/concepts/containers/images.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/concepts/containers/images.md b/docs/concepts/containers/images.md index 38129f2d73..3a374315f7 100644 --- a/docs/concepts/containers/images.md +++ b/docs/concepts/containers/images.md @@ -193,9 +193,6 @@ template needs to include the `.docker/config.json` or mount a drive that contai All pods will have read access to images in any private registry once private registry keys are added to the `.docker/config.json`. -**This was tested with a private docker repository as of 26 June with Kubernetes version v0.19.3. -It should also work for a private registry such as quay.io, but that has not been tested.** - ### Pre-pulling Images **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.