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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,24 +66,24 @@ You must meet the following requirements before you install Red Hat Advanced Clu
66
66
67
67
1. Create a `.yaml` file that defines the subscription. Your file should look similar to the following example:
68
68
69
-
```
70
-
apiVersion: operators.coreos.com/v1alpha1
71
-
kind: Subscription
72
-
metadata:
73
-
name: acm-operator-subscription
74
-
spec:
75
-
sourceNamespace: openshift-marketplace
76
-
source: redhat-operators
77
-
channel: release-1.0
78
-
installPlanApproval: Automatic
79
-
name: advanced-cluster-management
80
-
```
69
+
```
70
+
apiVersion: operators.coreos.com/v1alpha1
71
+
kind: Subscription
72
+
metadata:
73
+
name: acm-operator-subscription
74
+
spec:
75
+
sourceNamespace: openshift-marketplace
76
+
source: redhat-operators
77
+
channel: release-1.0
78
+
installPlanApproval: Automatic
79
+
name: advanced-cluster-management
80
+
```
81
81
82
-
2. Apply the subscription:
82
+
2. Apply the subscription:
83
83
84
-
```
85
-
oc apply -f local/<subscription>.yaml
86
-
```
84
+
```
85
+
oc apply -f local/<subscription>.yaml
86
+
```
87
87
88
88
5. Generate a pull secret to access the entitled content from the distribution registry. **Important:** Pull secrets are namespace-specific, so make sure that you are in the namespace that you created in step 1.
0 commit comments