Connecting and managing cluster connections
You can connect clusters, manage actions on cluster records, and remove cluster configurations. You have options to connect clusters either through the Fusion UI or automated deployment.
Connect clusters
- In the Backup & Restore menu, click Topology.
- In the Topology page, click Connect clusters.
- In the Connection method window, select Use the Fusion
UI or Automate deployment.
Table 1. Cluster connection options Option Procedure Use the Fusion UI - On your hub cluster, go to the .
- Click Connect clusters.
- Select Use the Fusion UI. The connect your cluster > Use the Fusion UI window appears. The YAML starts to generate.
- After the YAML is generated successfully, click Copy snippet.
- Go to the Spoke cluster and install IBM Fusion.
- Go to the Services page and install Backup & Restore Agent.
- Paste the copied snippet to proceed with the agent install.
Note: If you use a custom namespace, then do not use the Copy command because the encoded command is not editable and is of no value with a custom namespace.Automate deployment To connect multiple Spoke clusters: - On your hub cluster, go to the .
- Click Connect clusters.
- Select Automate deployment. The connect your cluster > Automate deployment window appears.
- Select the storage class to use on the spoke where you want to run the YAML.
- Click Generate.
The YAML starts to generate. Here, you can either use the Deploy using YAML or Deploy using oc command option.
- In the Deploy using YAML option, copy or download the YAML.
- Apply the YAML on each of the Spoke clusters.
Actions on a cluster record
The Topology page lists the hub cluster and all spoke connections. Using the Actions, you can View details, View backed up apps, and remove connections.
In View details, a pane opens with the details of the cluster, namely Connection status, Service status, Job queue, any critical issues, and Backup success rate. You can also click View backed up apps in this pane to view applications that are local to a specific cluster.
In View backed up apps, view applications that are local to a specific cluster. The assumption here is that you assigned policies for these applications on the spoke.
You can also remove connections. See Remove connections.
Remove connections
You can search and remove connections.
If you remove the connection from the user interface, it removes the connection on both hub and spoke for that spoke. On the hub, there exists a connection for every spoke, so you must only remove the connection for the spoke to be uninstalled. There exists only one connection on the spoke or agent and hence you can remove it from the agent side safely. When you remove the connection on one cluster, the action removes it from both clusters.
- Search for a connection.
- From the ellipsis overflow menu of a connection record, click Remove
connection.
A Remove connection confirmation window is displayed.
- Click RemoveA notification appears to confirm the successful removal of the connection. The cluster is not available in the table after the successful removal. From the removed Agent user interface, the following banner notification is displayed:
Unmanaged service The Backup & Restore Agent's connection to the Hub cluster has been removed.
Alternatively, if you want to remove the connection from the hub side by using the oc delete connection command and more than one connection exists, then view the YAML and confirm the connected host that you want to remove.
oc get connection
NAME AGE connection-7d9a76ce09 25h
oc delete connection connection-7d9a76ce09
connection.application.isf.ibm.com "connection-7d9a76ce09" deleted