General Page
Note: This is a cumulative patch and contains fix from the hotfix.
Resolution:
Online installation
- Log in to the OpenShift Container Platform web console.
- Go to Operators > Installed Operators.
- In the Project drop-down, select ibm-spectrum-fusion-ns namespace.
- Click the IBM Storage Fusion installed operator that contains the CSV for the network operator image to be patched.
- Click YAML tab.
It opens a YAML editor screen. In the YAML editor screen, search for the label control-plane: isf-network-operator.
In the control-plane: isf-network-operator label, scroll down to the image field, and replace the value with the following image.
cp.icr.io/cp/fusion-hci/isf-network-operator@sha256:53068ef2e365ad94f89be531a0cd13210b77e0b22698756b57f4653b72bad84d
- Log in to the cluster using oc login command.
Run the following command to get the CSV.
oc get csv -n ibm-spectrum-fusion-nsChoose the correct IBM Fusion CSV to patch it with a new network operator image using the following command.
oc edit csv <ibm-fusion-name> -n ibm-spectrum-fusion-nsEnter the text /control-plane: isf-network-operator to find the occurrence.
In the control-plane: isf-network-operator label, scroll down to the image field, and replace the value with the following image.
cp.icr.io/cp/fusion-hci/isf-network-operator@sha256:53068ef2e365ad94f89be531a0cd13210b77e0b22698756b57f4653b72bad84d
Offline installation
Run the following commands to export the variables.
export LOCAL_ISF_REGISTRY="<Your enterprise registry host>:<port > "
export LOCAL_ISF_REPOSITORY="<Your image path>"
export TARGET_PATH="$LOCAL_ISF_REGISTRY/$LOCAL_ISF_REPOSITORY"
echo "$TARGET_PATH"Log in to the IBM Entitled Container Registry by using the IBM entitlement key:
docker login cp.icr.io -u cp -p <your entitlement key>Run the command to log in to the docker registry with your enterprise registry credentials.
docker login $LOCAL_ISF_REGISTRY -u <your enterprise registry username> -p <your enterprise registrty password>From the mirroring host, run the following commands to copy the below image to the artifactory.
skopeo copy --insecure-policy --preserve-digests --all docker://cp.icr.io/cp/fusion-hci/isf-network-operator@sha256:53068ef2e365ad94f89be531a0cd13210b77e0b22698756b57f4653b72bad84d docker://$TARGET_PATH/cp/fusion-hci/isf-network-operator@sha256:53068ef2e365ad94f89be531a0cd13210b77e0b22698756b57f4653b72bad84dRun the following steps either using OCP user interface or CLI:
OpenShift Container Platform user interface:- Log in to the OpenShift Container Platform web console.
- Go to Operators > Installed Operators.
- In the Project drop-down, select ibm-spectrum-fusion-ns namespace.
- Click the IBM Storage Fusion installed operator that contains the CSV for the network operator image to be patched.
- Click YAML tab.
It opens a YAML editor screen. In the YAML editor screen, search for the label control-plane: isf-network-operator.
In the control-plane: isf-network-operator label, scroll down to the image field, and replace the value with the following image.
$TARGET_PATH/cp/fusion-hci/isf-network-operator@sha256:53068ef2e365ad94f89be531a0cd13210b77e0b22698756b57f4653b72bad84d
Command Line Interface (CLI):- Log in to the cluster using oc login command.
Run the following command to get the CSV.
oc get csv -n ibm-spectrum-fusion-nsChoose the correct IBM Fusion CSV to patch it with a new network operator image using the following command.
oc edit csv <ibm-fusion-name> -n ibm-spectrum-fusion-nsEnter the text /control-plane: isf-network-operator to find the occurrence.
In the control-plane: isf-network-operator label, scroll down to the image field, and replace the value with the following image.
$TARGET_PATH/cp/fusion-hci/isf-network-operator@sha256:53068ef2e365ad94f89be531a0cd13210b77e0b22698756b57f4653b72bad84d
Was this topic helpful?
Document Information
Modified date:
31 October 2025
UID
ibm17249673