Skip to content

Commit 980b699

Browse files
authored
Merge pull request #46 from IBM/update_merlin_install
update the doc about merlin instance creation
2 parents 2670fff + 7102412 commit 980b699

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/guides/platform/Install_MERLIN_Online.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Complete these prerequisite tasks to prepare for the IBM i Modernization Engine
1111
* Install OpenShift
1212
* Install the OpenShift CLI
1313
* Configure storage
14-
* Create a custom project (namespace)
1514
* Create the entitlement key secret
1615
* Configure network policies
1716
* Create the catalog source
@@ -144,7 +143,7 @@ Install Merlin operator with either of the following installation methods:
144143

145144
- Click Install and wait for the Merlin operator to install.
146145
- 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`.
148147
- 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`.
149148
- ibm-common-service-webhook
150149
- ibm-namespace-scope-operator
@@ -170,15 +169,15 @@ spec:
170169
EOF
171170
```
172171

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:
174173
```
175-
oc get csv -n openshift-operators | grep ibmi-merlin-operator
174+
oc get csv -n openshift-operators | grep ibm-merlin
176175
```
177176

178177
> Note: Make sure the namespace/project for Merlin operator is `openshift-operators`.
179178
180179
## 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.
182181
1. Click on 'Installed Operators' under 'Operators' section in the left navigation panel of OCP.
183182
2. Two operators will be shown. Click the link of 'IBM i Modernization Engine for LifeCycle Integration' operator.
184183
3. Click on 'Details' tab of Operator details page.

0 commit comments

Comments
 (0)