Skip to content

Commit 66c144f

Browse files
authored
Update README.md
1 parent f8479ee commit 66c144f

File tree

1 file changed

+3
-1
lines changed
  • cloud-infrastructure/vmware-solutions/openshift-on-oci/enable-image-registry

1 file changed

+3
-1
lines changed

cloud-infrastructure/vmware-solutions/openshift-on-oci/enable-image-registry/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ https://docs.openshift.com/container-platform/4.16/cli_reference/openshift_cli/g
88
## 1. What is the OpenShift Image Registry?
99
The OpenShift Image Registry is a built-in, containerized, enterprise-grade registry that stores Docker-formatted container images in a Red Hat OpenShift Container Platform cluster. It is a critical component for managing container images within the OpenShift environment, providing secure storage and efficient retrieval of container images required for deployments.
1010

11-
After you have created an OpenShift Cluster on OCI, the image registry is not yet configured with the right storage settings. This will result in errors when you are trying to deploy your projects. You will see error messages like ```Error starting build: an image stream cannot be used as build output because the integrated image registry is not configured```
11+
After you have created an OpenShift Cluster on OCI, the image registry is not yet configured with the right storage settings. This will result in errors when you are trying to deploy your projects. You will see error messages like
12+
13+
```Error starting build: an image stream cannot be used as build output because the integrated image registry is not configured```
1214

1315
<img src="files/1.NoRegistrySetup.png" width=600x>
1416

0 commit comments

Comments
 (0)