Configuring OptimizerServiceGroup custom resource (independent mode)

You can create one or more Optimization service groups independently, which means to define the service groups outside of the SIPEnvironment custom resource. However, you can deploy only one service group at a time within a namespace.

Procedure

  1. Review the parameters that are supported by the OptimizerServiceGroup. For more information about the parameters, see OptimizerServiceGroup custom resource parameters.
  2. Configure the Optimization service group parameters in your YAML file as needed. For more information about OptimizerServiceGroup sample manifest, see OptimizerServiceGroup custom resource manifest.
  3. Run the following command to create the OptimizerServiceGroup service group.
    oc create -f <OptimizerServiceGroup.yaml>
    The service group for Optimization is created successfully after the OptimizerServiceGroup is in ready state.