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: docs/guides/platform/Install_MERLIN_Online.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Complete these prerequisite tasks to prepare for the IBM i Modernization Engine
11
11
* Install OpenShift
12
12
* Install the OpenShift CLI
13
13
* Configure storage
14
-
* Create a custom project (namespace)
15
14
* Create the entitlement key secret
16
15
* Configure network policies
17
16
* Create the catalog source
@@ -144,7 +143,7 @@ Install Merlin operator with either of the following installation methods:
144
143
145
144
- Click Install and wait for the Merlin operator to install.
146
145
- Verify that the Merlin operator is successfully installed.
147
-
- Navigate to Operators > Installed Operators, and select the project from the Projects dropdown. IBM i Modernization Engine for Lifecycle Integration and its dependant operator in the project are listed with a status of Succeeded.
146
+
- Navigate to Operators > Installed Operators, and select the project from the Projects dropdown. IBM i Modernization Engine for Lifecycle Integration and its dependant operator in the project are listed with a status of `Succeeded`.
148
147
- Navigate to Workloads > Pods, and select project `ibm-common-services` from the Projects dropdown. make sure the pods listed below are listed with a status of `Running`.
149
148
- ibm-common-service-webhook
150
149
- ibm-namespace-scope-operator
@@ -170,15 +169,15 @@ spec:
170
169
EOF
171
170
```
172
171
173
-
After a few minutes, the operator is installed. Verify that the all components are in the Succeeded state by running the following command:
172
+
After a few minutes, the operator is installed. Verify that the all components are in the `Succeeded` state by running the following command:
174
173
```
175
-
oc get csv -n openshift-operators | grep ibmi-merlin-operator
174
+
oc get csv -n openshift-operators | grep ibm-merlin
176
175
```
177
176
178
177
> Note: Make sure the namespace/project for Merlin operator is `openshift-operators`.
179
178
180
179
## Deploy Merlin instance
181
-
Once Merlin operator has been installed into a specific project, Merlin instance can be installed.
180
+
Once Merlin operator has been installed in project`openshift-operators`, Merlin instance can be installed. Note that the instance must be installed in the same project `openshift-operators` as the operator.
182
181
1. Click on 'Installed Operators' under 'Operators' section in the left navigation panel of OCP.
183
182
2. Two operators will be shown. Click the link of 'IBM i Modernization Engine for LifeCycle Integration' operator.
184
183
3. Click on 'Details' tab of Operator details page.
0 commit comments