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): exposed retry constants as helm chart #5889

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

abhimanyu003
Copy link
Member

What this PR does / why we need it:

This is a follow up PR of #5875

These parameters (defaults) are currently hardcoded here.

These parameters could be exposed as env variables and also allow the user to get them configured via helm.

Which issue(s) this PR fixes:

Fixes # INFRA-1115

@lc525
Copy link
Member

lc525 commented Sep 10, 2024

Changes look ok to me at a first pass. Could you confirm whether you've already tested this PR by spinning up a Core 2 cluster (kind or klaw), with one of the values from the helm-chart updated and verifying that the agent was started with updated parameters?

@sakoush sakoush added the v2 label Sep 10, 2024
@abhimanyu003
Copy link
Member Author

Hello @lc525 i'm able to test helm and its working fine.

helm upgrade seldon-core-v2 ./seldon-core-v2-setup -n seldon-mesh --set serverConfig.agent.maxElapsedTimeReadySubServiceAfterStartSeconds=10

image

Copy link
Member

@lc525 lc525 left a comment

Choose a reason for hiding this comment

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

lgtm

@abhimanyu003 abhimanyu003 merged commit 8e6db28 into SeldonIO:v2 Sep 19, 2024
4 checks passed
lc525 added a commit to lc525/seldon-core that referenced this pull request Oct 2, 2024
In SeldonIO#5889, we've missed updating the agent for triton in the published
components.yaml

Running `make create` in `[seldon-core]/k8s/` has surfaced the diff.
lc525 added a commit that referenced this pull request Oct 2, 2024
In #5889, we've missed updating the agent for triton in the published components.yaml

Running `make create` in `[seldon-core]/k8s/` has surfaced the diff.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants