Configuring CallCenter custom resource

The callCenter custom resource is used to deploy an independent instance of Sterling Call Center.

Procedure

  1. Create a callCenter yaml file by configuring the required parameters. For more information about the parameters, see CallCenter parameters.
  2. To get started, see the sample manifest that is provided. For more information, see CallCenter custom resource manifest.
  3. Run the following command to create or update CallCenter.
    oc apply -f <callcenter-manifest-yaml> -n <namespace> 
  4. Monitor the status of the custom resources to ensure that the installation is successful. For more information, see Operator status details.
  5. To delete the CallCenter, run the following command.
    oc delete callcenter <name-of-cr> -n <namespace>