Installing Fusion Data Foundation Multicluster Orchestrator operator
Fusion Data Foundation Multicluster Orchestrator is a controller that is installed from OpenShift Container Platform’s OperatorHub on the hub cluster.
Before you begin
Ensure that you created the following
CatalogSource manifest on the hub
cluster:apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: isf-data-foundation-catalog
namespace: openshift-marketplace
spec:
displayName: Data Foundation Catalog
grpcPodConfig:
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- preference:
matchExpressions:
- key: gpu.isf.ibm.com
operator: DoesNotExist
weight: 50
securityContextConfig: restricted
icon:
base64data: ""
mediatype: ""
image: icr.io/cpopen/isf-data-foundation-catalog:v4.17
publisher: IBM
sourceType: grpc
updateStrategy:
registryPoll:
interval: 60mNote: Ensure that the version number you specify in the
image field of the CatalogSource manifest matches the Fusion Data Foundation version installed on the managed
cluster.