-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add suppport for cpuLimit, cpuRequest and memoryRequest #5252
Add suppport for cpuLimit, cpuRequest and memoryRequest #5252
Conversation
✔️ Deploy Preview for odo-docusaurus-preview canceled. 🔨 Explore the source changes: aa90334 🔍 Inspect the deploy log: https://app.netlify.com/sites/odo-docusaurus-preview/deploys/61b05f24124afd00077a6329 |
5411f00
to
15c8e2e
Compare
@anandrkskd during the integration tests, we get the following errors:
It seems a problem similar to devfile/api#675 |
@anandrkskd , by downgrading to a previous commit of devfile/library, it seems that your PR will work.
This is a commit just after the introduction of the new limits/requests, and before the change about the problematic ephemeral field. It is also before the changes of the |
Understood, will give it try ASAP. |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
/test psi-kubernetes-integration-e2e |
Can you also take a look at the Sonar Cloud duplication report? |
@feloy @valaparthvi can we move forward with lgtm and approve? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about the nitty-gritty changes, but these are last few 🤞
Thank you for the changes! |
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
0dce90c
to
e333156
Compare
Signed-off-by: anandrkskd <[email protected]>
/lgtm Thanks for this work @anandrkskd |
What type of PR is this?
/kind feature
What does this PR do / why we need it:
This PR adds feature to add cpuLimit, cpuRequest and memoryRequest values using devfile for a container
Which issue(s) this PR fixes:
Fixes #5132
PR acceptance criteria:
Unit test
Integration test
Documentation
I have read the test guidelines
How to test changes / Special notes to the reviewer: