From 00220797b5f515b7567c4e2a11e6d4d47e9451ef Mon Sep 17 00:00:00 2001 From: Stephan Michard Date: Tue, 19 Mar 2024 14:39:26 +0100 Subject: [PATCH] docs: :memo: adjusted some typos and style --- content/2.1-prepare-cluster/_index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/2.1-prepare-cluster/_index.md b/content/2.1-prepare-cluster/_index.md index 9552543..de7ebf4 100644 --- a/content/2.1-prepare-cluster/_index.md +++ b/content/2.1-prepare-cluster/_index.md @@ -7,7 +7,7 @@ weight = 6 ## Integrate Quay as Registry into OpenShift -To synchronize the internal default OpenShift Registry with the Quay Registry, **Quay Bridge** is used. Now we need to create a new Organization in **Quay**: +To synchronize the internal default OpenShift Registry with the Quay Registry, the **Quay Bridge** is used. Now we need to create a new Organization in **Quay**: - To access the **Quay** Portal make sure you are in the `quay` Project - Go to **Networking->Routes**, access the Quay portal using the URL of the first route (`quay-quay`) @@ -29,7 +29,7 @@ We need an OAuth Application in Quay for the integration: - In the next view click **Authorize Application** and confirm - In the next view copy the **Access Token** and save it somewhere, we'll need it again -Now create a new secret for Quay Bridge to access Quay. In the OpenShift web console make sure you are in the `quay` Project. Then: +Now create a new secret for the Quay Bridge to access Quay. In the OpenShift web console make sure you are in the `quay` Project. Then: - Go to **Workloads->Secrets** and click **Create->Key/value secret** - **Secret name**: quay-credentials @@ -37,9 +37,10 @@ Now create a new secret for Quay Bridge to access Quay. In the OpenShift web con - **Value**: paste the Access Token you generated in the Quay Portal in the shite text field below the grey _Value_ field - Click **Create** -And you are done with the installation and integration of Quay as your registry! Test if the integration works: +And you are done with the installation and integration of Quay as your registry! +Test if the integration works: -- In the Quay Portal you should see your Openshift Projects are synced and represented as Quay Organizations, prefixed with `openshift_` (you might have to reload the browser). +- In the Quay Portal you should see your OpenShift Projects are synced and represented as Quay Organizations, prefixed with `openshift_` (you might have to reload the browser). - E.g. there should be a `openshift_git` Quay Organization. - In the OpenShift web console create a new test Project, make sure it's synced to Quay as an Organization and delete it again.