gustavocoding / oc-cluster-up

OKD 4.0.0 from master with the admin console and operatore-lifecycle-manager
https://medium.com/@gustavonalle/really-launching-okd-4-0-0-with-docker-f4605a58e9d5
37 stars 14 forks source link

Registry support #1

Closed gustavocoding closed 5 years ago

gustavocoding commented 5 years ago

Pre-install and configure a docker registry, accessible from outside , and make sure the docker engine in each node of the cluster is preconfigured to use that registry in addition to the public registries.

This will allow the user to push an image from outside and avoid that each node downlad the image redundantly.

gustavocoding commented 5 years ago

Fixed on master