The orderHub custom resource is used to deploy an independent instance
of Order Hub. If you are deploying Order Hub independently, you must integrate it with Sterling™ Order Management System Software environment separately.
Procedure
- Create an
orderHub yaml file by configuring the required parameters. For
more information about the parameters, see OrderHub parameters.
- To get started, see the sample manifest that is provided. For more information, see OrderHub custom resource manifest.
- Run the following command to create or update
OrderHub.
oc apply -f <orderhub-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
OrderHub, run the following command.
oc delete orderhub <name-of-cr> -n <namespace>