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.