Skip to content

Commit fc4245a

Browse files
committed
remove angle brackets
1 parent ba09732 commit fc4245a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

install/install_connected.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You must meet the following requirements before you install Red Hat Advanced Clu
2727
oc create namespace <namespace>
2828
```
2929

30-
Replace <namespace> with a name for your namespace.
30+
Replace _namespace_ with a name for your namespace.
3131

3232
**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.
3333

@@ -36,7 +36,7 @@ You must meet the following requirements before you install Red Hat Advanced Clu
3636
```
3737
oc project <namespace>
3838
```
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.
4040

4141
3. Create an operator group. Each namespace can have only one operator group.
4242

@@ -52,15 +52,15 @@ You must meet the following requirements before you install Red Hat Advanced Clu
5252
- <namespace>
5353
```
5454
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.
5757
5858
2. Apply the file that you created to define the operator group:
5959
6060
```
6161
oc apply -f local/<operator-group>.yaml
6262
```
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.
6464
6565
4. Apply the subscription.
6666
@@ -90,9 +90,9 @@ You must meet the following requirements before you install Red Hat Advanced Clu
9090
```
9191
oc create secret docker-registry <secret> --docker-server=registry.access.redhat.com/rhacm1-tech-preview --docker-username=<docker_username> --docker-password=<docker_password>
9292
```
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`.
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`.
9696
9797
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:
9898
@@ -106,8 +106,8 @@ You must meet the following requirements before you install Red Hat Advanced Clu
106106
imagePullSecret: <secret>
107107
```
108108
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.
111111
112112
If this step fails with the following error, the resources are still being created and applied:
113113
@@ -191,8 +191,8 @@ You must meet the following requirements before you install Red Hat Advanced Clu
191191
imagePullSecret: <secret>
192192
```
193193
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.
196196
197197
5. Select **Create** to initialize the custom resource. It can take up to 10 minutes for the hub to build and start.
198198

0 commit comments

Comments
 (0)