Skip to content
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

Merged

Conversation

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 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)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added unit tests to cover my changes.

Copy link
Contributor

@tiagolobocastro tiagolobocastro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chart/values.yaml Outdated Show resolved Hide resolved
@tiagolobocastro
Copy link
Contributor

bors merge

bors-openebs-mayastor bot pushed a commit that referenced this pull request Nov 25, 2024
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]>
@bors-openebs-mayastor
Copy link
Contributor

Build failed:

@tiagolobocastro
Copy link
Contributor

@oleksandr-shalbanov-fntext please run docs script to update the docs:
./scripts/helm/generate-readme.sh

@tiagolobocastro
Copy link
Contributor

bors d+

@bors-openebs-mayastor
Copy link
Contributor

✌️ oleksandr-shalbanov-fntext can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@oleksandr-shalbanov-fntext
Copy link
Author

bors r+

bors-openebs-mayastor bot pushed a commit that referenced this pull request Nov 25, 2024
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]>
@bors-openebs-mayastor
Copy link
Contributor

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"}

@tiagolobocastro
Copy link
Contributor

tiagolobocastro commented Nov 25, 2024

Seems the github actions for the Merge commit are stuck for some reason...
Example: https://github.com/openebs/mayastor-extensions/actions/runs/12012207223/job/33482888378#logs

@oleksandr-shalbanov-fntext
Copy link
Author

@tiagolobocastro So should I retrigger the build?

@tiagolobocastro
Copy link
Contributor

@tiagolobocastro So should I retrigger the build?

Yeah I guess so

@oleksandr-shalbanov-fntext
Copy link
Author

bors r+

@bors-openebs-mayastor
Copy link
Contributor

Build succeeded:

@bors-openebs-mayastor bors-openebs-mayastor bot merged commit ed3cba7 into openebs:develop Nov 25, 2024
7 checks passed
@tiagolobocastro
Copy link
Contributor

Thanks @oleksandr-shalbanov-fntext !

@tiagolobocastro
Copy link
Contributor

FYI - openebs/mayastor-control-plane#887
That will ensure the creation will succeed without having to modify the timeouts 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing timeout parameter in helm chart for agent-core container in openebs-agents-core deployment
5 participants