Skip to content

Commit c3ae390

Browse files
rm3lthemr0c
andauthored
Apply suggestions from code review
Co-authored-by: Fabrice Flore-Thébault <[email protected]>
1 parent 60038b3 commit c3ae390

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/installation/proc-deploy-rhdh-instance-aks.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* A cluster administrator has installed the {product} Operator.
1111
* You have subscribed to `registry.redhat.io`. For more information, see https://access.redhat.com/RegistryAuthentication[{company-name} Container Registry Authentication].
1212
* 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].
13-
* 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].
13+
* 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`].
1414

1515
.Procedure
1616

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

136136
.Verification
137137

138-
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`).
138+
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].

modules/installation/proc-install-rhdh-operator-olm.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kubectl -n olm get packagemanifests
5050
----
5151
--
5252

53-
. Run the following command in your terminal to create the `rhdh-operator` namespace where the Operator is installed:
53+
. Create the `rhdh-operator` namespace aimed at containing the Operator:
5454
+
5555
--
5656
[source,terminal]
@@ -59,7 +59,7 @@ kubectl create namespace rhdh-operator
5959
----
6060
--
6161

62-
. Create a pull secret in the `rhdh-operator` namespace using the following command:
62+
. Create a pull secret in the `rhdh-operator` namespace:
6363
+
6464
--
6565
[source,terminal]
@@ -92,7 +92,7 @@ EOF
9292
----
9393
--
9494

95-
. Create a `Subscription` resource using the following code:
95+
. Create a `Subscription` resource:
9696
+
9797
--
9898
[source,terminal,subs="attributes+"]
@@ -114,7 +114,7 @@ EOF
114114
----
115115
--
116116

117-
. Run the following command to verify that the created Operator is running:
117+
. Verify that the created Operator is running:
118118
+
119119
--
120120
[source,terminal]

0 commit comments

Comments
 (0)