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
pull/7931/head
eaydogan 2018-04-01 18:00:03 +03:00 committed by k8s-ci-robot
parent 2a7f1d357e
commit 6879610621
1 changed files with 0 additions and 3 deletions

View File

@ -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.