You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/install_connected.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ You must meet the following requirements before you install Red Hat Advanced Clu
27
27
oc create namespace <namespace>
28
28
```
29
29
30
-
Replace <namespace> with a name for your namespace.
30
+
Replace _namespace_ with a name for your namespace.
31
31
32
32
**Important:** The Red Hat Advanced Cluster Management operator must be installed in its own namespace. A `ServiceAccount` with a `ClusterRoleBinding` automatically gives cluster administrator privileges to Red Hat Advanced Cluster Management and to any ID with access to the namespace. For security, make sure that anyone who is given access to this namespace already has cluster-administrator access.
33
33
@@ -36,7 +36,7 @@ You must meet the following requirements before you install Red Hat Advanced Clu
36
36
```
37
37
oc project <namespace>
38
38
```
39
-
Replace <namespace> with the name of the namespace that you created in step 1.
39
+
Replace _namespace_ with the name of the namespace that you created in step 1.
40
40
41
41
3. Create an operator group. Each namespace can have only one operator group.
42
42
@@ -52,15 +52,15 @@ You must meet the following requirements before you install Red Hat Advanced Clu
52
52
- <namespace>
53
53
```
54
54
55
-
Replace <default> with the name of your operator group.
56
-
Replace <namespace> with the name of your project namespace.
55
+
Replace _default_ with the name of your operator group.
56
+
Replace _namespace_ with the name of your project namespace.
57
57
58
58
2. Apply the file that you created to define the operator group:
59
59
60
60
```
61
61
oc apply -f local/<operator-group>.yaml
62
62
```
63
-
Replace <operator-group> with the name of the operator group `.yaml` file that you created.
63
+
Replace _operator-group_ with the name of the operator group `.yaml` file that you created.
64
64
65
65
4. Apply the subscription.
66
66
@@ -90,9 +90,9 @@ You must meet the following requirements before you install Red Hat Advanced Clu
Replace <secret> with the name of the secret that you created.
94
-
Replace <docker_username> with your username for the distribution registry that you identified as the `docker-server`.
95
-
Replace <docker_password> with your password or token for the distribution registry that you identified as the `docker-server`.
93
+
Replace _secret_ with the name of the secret that you created.
94
+
Replace _docker_username_ with your username for the distribution registry that you identified as the `docker-server`.
95
+
Replace _docker_password_ with your password or token for the distribution registry that you identified as the `docker-server`.
96
96
97
97
6. Create the MultiClusterHub custom resource by creating a `.yaml` file that defines the custom resource. Your file should look similar to the following example:
98
98
@@ -106,8 +106,8 @@ You must meet the following requirements before you install Red Hat Advanced Clu
106
106
imagePullSecret: <secret>
107
107
```
108
108
109
-
Replace <namespace> with your project namespace.
110
-
Replace <secret> with the name of the secret that you created.
109
+
Replace _namespace_ with your project namespace.
110
+
Replace _secret_ with the name of the secret that you created.
111
111
112
112
If this step fails with the following error, the resources are still being created and applied:
113
113
@@ -191,8 +191,8 @@ You must meet the following requirements before you install Red Hat Advanced Clu
191
191
imagePullSecret: <secret>
192
192
```
193
193
194
-
Replace <secret> with the name of the pull secret that you created.
195
-
Confirm that the <namespace> is your project namespace.
194
+
Replace _secret_ with the name of the pull secret that you created.
195
+
Confirm that the _namespace_ is your project namespace.
196
196
197
197
5. Select **Create** to initialize the custom resource. It can take up to 10 minutes for the hub to build and start.
0 commit comments