IBM DataPower Operations Dashboard v1.0.22.x
Cloud Agent Upgrade
Installing the Cloud Agent Images
Obtain and load the images from Passport Advantage (PPA), see: Cloud Agent Images
Update the Cloud Agent CatalogSource
Edit the CatalogSource YAML and update image tag in the spec section to the current version.
Navigate to the
OpenShift Console UI
.On the left panel, expand the
Home
section.Select
Search
.Select
openshift-marketplace
from the drop-down near the top of the page.Select
CatalogSource
from theResources
drop-down.Click on
bm-dpod-cloud-agent-catalog
and open theYAML
tab.Set image tag in the spec section to the current version.
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-dpod-cloud-agent-catalog
namespace: openshift-marketplace
spec:
displayName: IBM DataPower Operations Dashboard Cloud Agent
image: ${CONTAINER_REGISTRY_PATH}/dpod-cloud-agent-operator-catalog:${DPOD_CLOUD_AGENT_OPERATOR_VERSION}-amd64
publisher: IBM
sourceType: grpc
Validating that the CatalogSource is Installed and Ready
To validate that the CatalogSource
resource was installed correctly, use the following steps.
Validate that the CatalogSource pod is ready
Use the following oc
command to get the CatalogSource
pod status and verify the status is READY
:
oc get catalogsource ibm-dpod-cloud-agent-catalog -n openshift-marketplace -o yaml | yq read - "status.connectionState.lastObservedState"
Update the Cloud Agent Operator Channel
Navigate to the
OpenShift Console UI
.On the left panel, expand the
Operators
section.Select
Installed Operators
.Select the desired
Project
from the drop-down near the top of the page.Find
IBM DataPower Operations Dashboard Cloud Agent
in the list of installed operators, and select it.Navigate to the
Subscription
tab.Under
Update channel
click the current channel to edit the selection.Select the latest channel from the options, then click
Save
.Navigate back to Installed Operators to find the new entry for
IBM DataPower Operations Dashboard Cloud Agent
.Monitor the
Status
column and confirm it reaches theSucceeded
state.
Update the Cloud Agent CR
Navigate to the
OpenShift Console UI
.On the left panel, expand the
Home
section.Select
Search
.Select the desired
Project
from the drop-down near the top of the page.Select
DpodCloudAgent
from theResources
drop-down.Click on the desired CR and open the
YAML
tab.Set the version and the license according to Cloud Agent Licenses in the spec version.
Â
Copyright © 2015 MonTier Software (2015) Ltd.