Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrice Flore-Thébault <[email protected]>
  • Loading branch information
rm3l and themr0c authored Dec 3, 2024
1 parent 60038b3 commit c3ae390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/installation/proc-deploy-rhdh-instance-aks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* A cluster administrator has installed the {product} Operator.
* You have subscribed to `registry.redhat.io`. For more information, see https://access.redhat.com/RegistryAuthentication[{company-name} Container Registry Authentication].
* You have set the context to the {aks-short} cluster in your current `kubeconfig`. For more information, see https://learn.microsoft.com/en-us/azure/aks/learn/quick-kubernetes-deploy-cli#connect-to-the-cluster[Connect to the cluster].
* You have installed `kubectl`. For more information, see https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli[`az aks install-cli].
* You have installed `kubectl`. For more information, see https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli[`az aks install-cli`].

.Procedure

Expand Down Expand Up @@ -135,4 +135,4 @@ kubectl -n <your_namespace> apply -f rhdh.yaml

.Verification

Access the deployed {product-short} using the URL: `https://<app_address>`, where <app_address> is the Ingress address obtained earlier (for example, `https://108.141.70.228`).
Access the deployed {product-short} using the URL: pass:c,a,q[{my-product-url}], where <app_address> is the Ingress address obtained earlier, such as pass:c,a,q[https://108.141.70.228].
8 changes: 4 additions & 4 deletions modules/installation/proc-install-rhdh-operator-olm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kubectl -n olm get packagemanifests
----
--

. Run the following command in your terminal to create the `rhdh-operator` namespace where the Operator is installed:
. Create the `rhdh-operator` namespace aimed at containing the Operator:
+
--
[source,terminal]
Expand All @@ -59,7 +59,7 @@ kubectl create namespace rhdh-operator
----
--

. Create a pull secret in the `rhdh-operator` namespace using the following command:
. Create a pull secret in the `rhdh-operator` namespace:
+
--
[source,terminal]
Expand Down Expand Up @@ -92,7 +92,7 @@ EOF
----
--

. Create a `Subscription` resource using the following code:
. Create a `Subscription` resource:
+
--
[source,terminal,subs="attributes+"]
Expand All @@ -114,7 +114,7 @@ EOF
----
--

. Run the following command to verify that the created Operator is running:
. Verify that the created Operator is running:
+
--
[source,terminal]
Expand Down

0 comments on commit c3ae390

Please sign in to comment.