-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide CPFS scaling profile option for CP4D #718
Comments
@techietav can you elaborate on how to set the size after installation. CPFS are installed as part of the CP4D control plane and initial installation assumes |
On the Fusion HCI system there are over 1400 pods so I believe I should be using medium at least. https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.6?topic=installer-hardware-requirements-recommendations-foundational-services
|
This is the foundational services sizing page https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.6?topic=installer-hardware-requirements-recommendations-foundational-services |
Editing ccs-cr doesn't actually work as it reverts to small I just discovered. |
When creating an instance of the common-service in the IBM Cloud Pak foundational services operator there is a parameter spec.size that can be [starterset, starter, small, medium, large, production] |
The CommonService is created implicitly when the control plane is installed. I tested changing the |
@techietav Any suggestions on how to change the scaling after install? |
According to the docs it can only be set on install or upgrade. "You can set the profile during installation or upgrade." |
Is your feature request related to a problem? Please describe.
On a large deployment of CP4D/watsonx the underlying CPFS components need to be scaled up to avoid performance issues and instability. This has to be done manually.
Describe the solution you'd like
The deployer config YAML could contain a size variable like used in the CP4BA deployment.
cpfs_profile_size: small # Profile size which affect replicas and resources of Pods of CPFS as per https://www.ibm.com/docs/en/cpfs?topic=operator-hardware-requirements-recommendations-foundational-services
The text was updated successfully, but these errors were encountered: