If your approval strategy is set to Manual, you must approve any
upgrades before you can upgrade to later 1.11 releases.
Before you begin
Make sure you have installed Red Hat® OpenShift®
CLI 4.16 or 4.18.
Procedure
- Log in to your Red Hat OpenShift Container Platform cluster as a cluster administrator by
typing one of the following commands, where <openshift_url>
is the URL for your Red Hat OpenShift Container Platform
environment.
- Set the
$CP4S_NAMESPACE
environment variable by typing the following command, where
<cp4s_namespace> is the namespace where you are
installing QRadar® Suite Software.
Important: If you install QRadar Suite Software in the all namespace mode, set the <cp4s_namespace> value as
openshift-operators
.
export CP4S_NAMESPACE=<cp4s_namespace>
- Approve the upgrade by typing the following command.
oc exec -ti deploy/cp-serviceability -n $CP4S_NAMESPACE -- /opt/bin/olm_check --fix=Approval --token "$(oc whoami -t)"