File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,12 +52,17 @@ make EXTRA_HELM_OPTS="--set main.gitops.operatorSource=iib-${IIB} --set main.git
5252The advanced-cluster-management operator is a little bit more complex than the others because it
5353also installes another operator called MCE multicluster-engine. So to install ACM you typically
5454need 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
6368Once the IIBs are loaded into the cluster we need to run the following steps:
You can’t perform that action at this time.
0 commit comments