Setting the common services profile
Set the hardware requirements profile based on the workloads in your cluster for IBM Cloud Pak® foundational services. For more information about the profiles, see Hardware requirements and recommendations for common services.
The default profile is medium
, and IBM Cloud Pak foundational services will use this profile unless another is specified. You can change the profile to large
or small
if required. If you install common services using the large
or medium
profile, you cannot scale down the profile to small
after installation. You can switch between large
and medium
profiles after installation, or scale up a small
profile after installation.
To set the profile to small
:
Install the IBM Cloud Pak for Integration operators. See Installing operators.
Do not deploy any component products or the Platform Navigator.
Open the Red Hat OpenShift web console.
From the navigation pane, click Home > Search.
From the Project drop-down list, select ibm-common-services.
From the Resources drop-down list, select CommonServices.
Select the
common-service
resource.Select the YAML tab.
Update the
spec.size
parameter tosmall
:apiVersion: operator.ibm.com/v3 kind: CommonService metadata: name: common-service namespace: ibm-common-services spec: size: small
Click Save.
You can now proceed with the depoyment of IBM Cloud Pak for Integration components.