csv: add cpu, memory requests value for operator#1639
csv: add cpu, memory requests value for operator#1639liranmauda merged 1 commit intonoobaa:masterfrom
Conversation
WalkthroughResource requests for CPU and memory have been added to the "noobaa-operator" container specification in the deployment manifest. The requests specify CPU as "100m" and memory as "256Mi", complementing the existing resource limits. The SHA256 checksum constant for the deployment manifest was updated accordingly. No other changes were made to the deployment configuration or code structure. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DeploymentManifest
participant K8sScheduler
User->>DeploymentManifest: Define noobaa-operator container
DeploymentManifest->>K8sScheduler: Specify resource requests (CPU: 100m, Memory: 256Mi)
K8sScheduler-->>DeploymentManifest: Schedule pod based on requests and limits
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
I am not reviewing the actual need for this. I will leave that to @dannyzaken and @nimrod-becker (and @jackyalbo ) Moreover, you will probably need to bump noobaa on the ocs-operator to add this code. You might even need a PR to add this field to the storagecluster on the ocs-operator, to avoid a situation where an upgrade will revert those changes. |
04db3fa to
5c14f5a
Compare
This change is coming as part of an ODF epic for an upcoming release, and the
Ack, thanks for the command. I have updated the PR now to add the values in the correct file and add the generated changes.
We don't need that as when the bundles are generated in the d/s scripts then it automatically updates the odf-operator bundle to deploy the latest noobaa-operator bundle, which will then deploy the CSV with the |
|
@Nikhil-Ladha Aproved. please rebase |
5c14f5a to
bc3dc2a
Compare
Thanks, done 👍🏼 |
|
The failed GH actions are due to some "payment issues" it seems 😅 |
add cpu, memory requests value for operator Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
bc3dc2a to
de434ba
Compare
|
@dannyzaken can you please help with approving the CI and merging the PR, if everything looks good? |
Add cpu, memory requests value for operator
Summary by CodeRabbit