Skip to content

Commit 1392dbd

Browse files
committed
Fix link and some wording
1 parent 02a7c0a commit 1392dbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/built-in-container-registry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-redhat-openshift
77
ms.topic: conceptual
88
ms.date: 10/15/2020
99
---
10-
# Configure built-in container registry for Azure Red Hat OpenShift 4
10+
# Configure the built-in container registry for Azure Red Hat OpenShift 4
1111

1212
Azure Red Hat OpenShift provides an [integrated container image registry](https://docs.openshift.com/container-platform/4.9/registry/index.html) that adds the ability to automatically provision new image repositories on demand. This provides users with a built-in location for their application builds to push the resulting images.
1313

@@ -23,7 +23,7 @@ In this article, you'll configure the built-in container image registry for an A
2323
This article assumes you have an existing ARO cluster (see [Create an Azure Red Hat OpenShift 4 cluster](./tutorial-create-cluster.md)). If you would like to configure Azure AD integeration, make sure to create the cluster with the `--pull-secret` argument to `az aro create`.
2424

2525
> [!NOTE]
26-
> [Configuring Azure AD Authentication](/azure/openshift/configure-azure-ad-ui#configure-openshift-openid-authentication) for your cluster is the easiest way to interact with the internal registry from outside the cluster.
26+
> [Configuring Azure AD Authentication](./configure-azure-ad-ui#configure-openshift-openid-authentication) for your cluster is the easiest way to interact with the internal registry from outside the cluster.
2727
2828
Once you have your cluster, [connect to the cluster](./tutorial-connect-cluster.md) by authenticating as the `kubeadmin` user.
2929

@@ -43,11 +43,11 @@ As `kubeadmin`, execute the following commands:
4343
4444
## Access the registry
4545

46-
Now that you've configured authentication for the registry, you can reach the registry:
46+
Now that you've configured authentication for the registry, you can interact with it:
4747

4848
### From inside the cluster
4949

50-
If you need to access the registry from inside the cluster (e.g. you are running a CI/CD platform as Pods that will push/pull images to the registry), you can access the registry via its [ClusterIP Service](https://docs.openshift.com/container-platform/4.9/rest_api/network_apis/service-core-v1.html) at the fully qualified domain name `image-registry.openshift-image-registry.svc.cluster.local:5000`
50+
If you need to access the registry from inside the cluster (e.g. you are running a CI/CD platform as Pods that will push/pull images to the registry), you can access the registry via its [ClusterIP Service](https://docs.openshift.com/container-platform/4.9/rest_api/network_apis/service-core-v1.html) at the fully qualified domain name `image-registry.openshift-image-registry.svc.cluster.local:5000`, which is accessible to all Pods within the cluster.
5151

5252
### From outside the cluster
5353

0 commit comments

Comments
 (0)