-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(chart): add requestTimeout for core-agent container #569
feat(chart): add requestTimeout for core-agent container #569
Conversation
dfd3dce
to
25285b2
Compare
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.
Thanks @oleksandr-shalbanov-fntext
2a864b9
to
6035dd6
Compare
bors merge |
569: feat(chart): add requestTimeout for core-agent container r=tiagolobocastro a=oleksandr-shalbanov-fntext ## Description Adding helm chart value .agents.core.requestTimeout to be able to configure core agent timeout. ## Motivation and Context This is to resolve [#3805](openebs/openebs#3805) issue. ## Regression No ## How Has This Been Tested? Installed OpenEBS with helm chart to my test environment ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist: - [x] My code follows the code style of this project. - [x] My change requires a change to the documentation. - [x] I have updated the documentation accordingly. - [ ] I have added unit tests to cover my changes. Co-authored-by: Oleksandr Shalbanov <[email protected]>
Build failed: |
@oleksandr-shalbanov-fntext please run docs script to update the docs: |
Signed-off-by: Oleksandr Shalbanov <[email protected]>
6035dd6
to
6096a56
Compare
bors d+ |
✌️ oleksandr-shalbanov-fntext can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
569: feat(chart): add requestTimeout for core-agent container r=oleksandr-shalbanov-fntext a=oleksandr-shalbanov-fntext ## Description Adding helm chart value .agents.core.requestTimeout to be able to configure core agent timeout. ## Motivation and Context This is to resolve [#3805](openebs/openebs#3805) issue. ## Regression No ## How Has This Been Tested? Installed OpenEBS with helm chart to my test environment ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist: - [x] My code follows the code style of this project. - [x] My change requires a change to the documentation. - [x] I have updated the documentation accordingly. - [ ] I have added unit tests to cover my changes. Co-authored-by: Oleksandr Shalbanov <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into develop. It will not be retried. Additional information: Response status code: 422
{"message":"4 of 5 required status checks are queued.","documentation_url":"https://docs.github.com/articles/about-protected-branches","status":"422"} |
Seems the github actions for the Merge commit are stuck for some reason... |
@tiagolobocastro So should I retrigger the build? |
Yeah I guess so |
bors r+ |
Build succeeded: |
Thanks @oleksandr-shalbanov-fntext ! |
FYI - openebs/mayastor-control-plane#887 |
Description
Adding helm chart value .agents.core.requestTimeout to be able to configure core agent timeout.
Motivation and Context
This is to resolve #3805 issue.
Regression
No
How Has This Been Tested?
Installed OpenEBS with helm chart to my test environment
Types of changes
Checklist: