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
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +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.
31
-
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 added permissions to access to this namespace already has cluster administrator access.
30
+
Replace <namespace> with a name for your namespace. **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
31
34
32
2. Switch your project namespace to the one that you created:
35
33
@@ -109,7 +107,7 @@ You must meet the following requirements before you install Red Hat Advanced Clu
109
107
Replace <namespace> with your project namespace.
110
108
Replace <secret> with the name of the secret that you created.
111
109
112
-
**Note:** If this step fails with the following error, the resources are still being created and applied:
110
+
If this step fails with the following error, the resources are still being created and applied:
113
111
114
112
```
115
113
error: unable to recognize "./mch.yaml": no matches for kind "MultiClusterHub" in version "operators.open-cluster- management.io/v1beta1"
@@ -133,9 +131,7 @@ You must meet the following requirements before you install Red Hat Advanced Clu
133
131
134
132
3. Provide a name for your namespace. This is the namespace that you use throughout the installation process.
135
133
136
-
4. Select **Create**.
137
-
138
-
**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.
134
+
4. Select **Create**. **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.
139
135
140
136
2. Switch your project namespace to the one that you created in step 1. This ensures that the steps are completed in the correct namespace. Some resources are namespace-specific.
0 commit comments