Рет қаралды 7,394
If you'd like to experiment or evaluate the internal registry that is included with OCP, then follow along. For production use cases, I highly recommend a real external registry, like Docker (DTR), Nexus, Harbor or one provided by many cloud providers.
In this video I enable external access to the registry, provide a secured secondary route using my private certificate/key and push images into a project.
The string to enable the registry is "oc patch configs.imageregistry.operator.openshift.io/cluster --patch '{"spec":{"defaultRoute":true}}' --type=merge"
I've updated "Minecraft" to run on OpenShift 4.x for fun, linked here : github.com/ocp...
A link to the documentation about using the internal registry may be found here: docs.openshift...