Installing Backup & Restore on the hosted cluster
From the IBM Fusion hub cluster, install Backup & Restore on the hosted cluster with Fusion Data Foundation as the storage type.
Before you begin
- Install IBM Fusion consumer and Fusion Data Foundation storage type.
- The label
isf.ibm.com/fusion-baseis required before you addfusion-backuplabel. - If a specific storageclass is to be used during Backup & Restore installation, then do the following:
- Go to the OpenShift® Console on the Hub
cluster.Note: Changes made in
fusion-addon-configConfigMap is applicable to all Hosted Control Planes deployed on the Hub cluster. - In the IBM Fusion namespace, locate the
fusion-addon-configconfigmap. - Add an entry:
backup-storage-class-name: "NameOfStorageClass"To provide the custom storage class, update the followings fields:Example YAML:data: clusters: | <cluster-name>: | "fusion-install-namespace": "ibm-spectrum-fusion-ns" "backup-storage-class-name": "<custom-storageclass-name>"apiVersion: v1 kind: ConfigMap metadata: name: fusion-addon-config namespace: ibm-spectrum-fusion-ns data: sds-catalog-source-image: <sds-image> storage-quota-min-supported-version: "v4.17" clusters: | cluster1: | "fusion-install-namespace": "ibm-spectrum-fusion-ns" "backup-storage-class-name": "ocs-storagecluster-ceph-rbd" "backup-restore-spoke-ns": "ibm-backup-restore" cluster2: | "fusion-install-namespace": "custom-ns" "backup-storage-class-name": "ocs-storagecluster-ceph-rbd" "backup-restore-spoke-ns": "ibm-backup-restore"
Note: If the storage class name is not filled, the Backup & Restore installation makes use of the default storage class on the hosted cluster, prioritizing a storage class with a volume snapshot class. The default values are same as that of the hub cluster values. - Go to the OpenShift® Console on the Hub
cluster.