Signed-off-by: Zhao Yuwei <zhaoyw-fnst@cn.fujitsu.com>
This commit is contained in:
nuistzyw
2018-12-22 09:44:38 +08:00
committed by Kubernetes Prow Robot
parent caabac594c
commit 0af727ef4f
@@ -355,7 +355,7 @@ common use cases and suggested solutions.
1. Cluster running some proprietary images which should be hidden to those outside the company, but 1. Cluster running some proprietary images which should be hidden to those outside the company, but
visible to all cluster users. visible to all cluster users.
- Use a hosted private [Docker registry](https://docs.docker.com/registry/). - Use a hosted private [Docker registry](https://docs.docker.com/registry/).
- It may be hosted on the [Docker Hub](https://hub.docker.com/account/signup/), or elsewhere. - It may be hosted on the [Docker Hub](https://hub.docker.com/signup), or elsewhere.
- Manually configure .docker/config.json on each node as described above. - Manually configure .docker/config.json on each node as described above.
- Or, run an internal private registry behind your firewall with open read access. - Or, run an internal private registry behind your firewall with open read access.
- No Kubernetes configuration is required. - No Kubernetes configuration is required.