I've recently completed an installation of a Single Node Cluster using OpenShift 4 but I'm running into issues when trying to spin up some of the example container / projects they have available. I just keep getting the following error:
Error starting build: an image stream cannot be used as build output because the integrated container image registry is not configured
It doesn't seem to matter which of the template containers I choose, I always get the same error. Obviously I could be wrong here, but I'm guessing this has something to do with the local registry not being enabled or configured correctly yet? Assuming that's the case, how do I go about configuring the image registry on a Single Node Cluster?
Does anyone have any ideas?
Thanks in advance
"because the integrated container image registry is not configured"
Quick Solution with ephemeral storage (no storage class for persistence):
You can then also expose the registry:
PS I mentioned exposing the route becuase you can then log into the registry and tag/push you'r own images for deployment with: