[Starlingx-discuss] How to provision the DOCKER REGISTRIES to edge cloud
Hi, In a distributed cloud environment, how to provision the DOCKER REGISTRIES from central cloud ? Is there any support to provide the required docker registry details in the bootstrap-values.yml like docker_registries: defaults: url: <URL> type: docker username: <USER> password: <PASSWORD> ssl_ca_cert: /etc/docker/certs.d/<URL>/ca.crt Thanks, Ankush
Hi Ankush, Yes, you can specify ‘registry.central:9001’ for docker_registries. I.e. docker_registries: k8s.gcr.io: url: registry.central:9001/k8s.gcr.io gcr.io: url: registry.central:9001/gcr.io quay.io: url: registry.central:9001/quay.io docker.io: url: registry.central:9001/docker.io docker.elastic.co: url: registry.central:9001/docker.elastic.co defaults: type: docker username: <USER> password: <PASSWORD> From: Rai, Ankush <Ankush.Rai@commscope.com> Sent: Monday, December 21, 2020 4:34 AM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] How to provision the DOCKER REGISTRIES to edge cloud Hi, In a distributed cloud environment, how to provision the DOCKER REGISTRIES from central cloud ? Is there any support to provide the required docker registry details in the bootstrap-values.yml like docker_registries: defaults: url: <URL> type: docker username: <USER> password: <PASSWORD> ssl_ca_cert: /etc/docker/certs.d/<URL>/ca.crt Thanks, Ankush
participants (2)
-
Liu, Tao
-
Rai, Ankush