Installing IBM Fusion base
Procedure to install IBM Fusion base on hosted control plane.
Procedure
- Log in to the OpenShift® Container Platform web console of the IBM Fusion HCI System hub, and select All clusters.
- Go to Infrastructure >
Clusters. The Clusters page is displayed and the Cluster list tab is open by default.
- Go through the list of the associated clusters and their details.
- You can click the name value link of the cluster to view more information.
In the cluster details page, the Overview tab is open by default.
- In the Overview tab page, edit the Labels
to include isf.ibm.com/fusion-base, and click Save.
Alternatively, you can edit the label by using the
occommands:- Log in to the hub cluster.
oc login to the hub cluster - Add label isf.ibm.com/fusion-base to the hosted control plan clusters on
hub to auto install IBM Fusion consumer
cluster:
oc label managedcluster <consumer_cluster_name> isf.ibm.com/fusion-base=''
- Log in to the hub cluster.