The callCenter
custom resource is used to deploy an independent instance
of Sterling Call Center.
Procedure
- Create a
callCenter
yaml file by configuring the required parameters.
For more information about the parameters, see CallCenter parameters.
- To get started, see the sample manifest that is provided. For more information, see CallCenter custom resource manifest.
- Run the following command to create or update
CallCenter
.
oc apply -f <callcenter-manifest-yaml> -n <namespace>
- Monitor the status of the custom resources to ensure that the installation is successful.
For more information, see Operator status details.
- To delete the
CallCenter
, run the following command.
oc delete callcenter <name-of-cr> -n <namespace>