Skip to content

Commit aa0b969

Browse files
committed
Improve readme for ACM IIB
1 parent b73c413 commit aa0b969

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

ansible/roles/iib_ci/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,17 @@ make EXTRA_HELM_OPTS="--set main.gitops.operatorSource=iib-${IIB} --set main.git
5252
The advanced-cluster-management operator is a little bit more complex than the others because it
5353
also installes another operator called MCE multicluster-engine. So to install ACM you typically
5454
need two IIBs (one for acm and one for mce). With those two at hand, do the following (the ordering must be
55-
consistent: the first IIB corresponds to the first OPERATOR, etc).
55+
consistent: the first IIB corresponds to the first OPERATOR, etc). The following operation needs to be done
56+
on both hub *and* spokes:
5657

5758
```sh
58-
export OPERATOR=advanced-cluster-management,multicluster-engine
59-
export INDEX_IMAGES=registry-proxy.engineering.redhat.com/rh-osbs/iib:713808,registry-proxy.engineering.redhat.com/rh-osbs/iib:718034
60-
make load-iib
59+
for i in hub-kubeconfig-file spoke-kubeconfig-file; do
60+
export KUBECONFIG="${i}"
61+
export KUBEADMINPASS="11111-22222-33333-44444"
62+
export OPERATOR=advanced-cluster-management,multicluster-engine
63+
export INDEX_IMAGES=registry-proxy.engineering.redhat.com/rh-osbs/iib:713808,registry-proxy.engineering.redhat.com/rh-osbs/iib:718034
64+
make load-iib
65+
done
6166
```
6267

6368
Once the IIBs are loaded into the cluster we need to run the following steps:

0 commit comments

Comments
 (0)