Adding hostAlias entries to QRadar Suite Software deployment
The procedure enables the Red Hat® OpenShift® cluster running IBM Security QRadar® Suite Software connect to the DNS. It can also be used when the DNS entry for QRadar Suite Software is invalid.
Before you begin
Install the command-line interface (CLI) utility cpctl from the cp-serviceability pod. For more information, see Installing the cpctl utility.
About this task
The following table details the parameters that are required to run the command.
Parameter | Default | Required | Description |
---|---|---|---|
--token | none | Yes | The Red Hat OpenShift cluster admin token. The token can be generated when you are logged in as an admin user by running the oc whoami -t command. |
--clusterip | none | Yes | This is the IP address that is associated with the cluster, which is retrieved from the
following command.
|
--deployments | all | No | List of deployments to update. If you are listing more than one deployment, enclose them in
quotation marks. For example:
Important: If you specify deployments but do not specify cron jobs, no cron jobs are
updated.
|
--cronjobs | all | No | List of cron jobs to update. If you are listing more than one cron job, enclose them in
quotation marks. For example:
Important: If you specify cron jobs but do not specify deployments, no deployments are
updated.
|