-
Notifications
You must be signed in to change notification settings - Fork 140
Ensure EPP flags are configurable via Helm chart #1302
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rahulgurnani The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @rahulgurnani! |
Hi @rahulgurnani. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
@rahulgurnani can you please update the configuration options in the chart readme? |
a7ac10b
to
3c28905
Compare
3c28905
to
2e57ea2
Compare
Can we make the flags generic similar to the env vars? This way we don't have to keep updating the chart if the EPP flags change. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Co-authored-by: Kellen Swain <[email protected]>
Yes.. This would mean, adding the flags to be part of the env flag in values.yaml. Most of the flags are already read in runner.go today: I think we can make this change and it resonates with me. What do others think about it? @kfswain @ahg-g @nirrozenbaum ? |
366c1da
to
b6dcd34
Compare
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@rahulgurnani: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Just to clarify, I was just asking if it's possible to make the flags also generic in helm like the env vars(I never tried but I hope so). I didn't mean to convert all flags to env vars (I don't think we should...) in order to do that. |
I agree with @liu-cong; the root issue(#1207) describes allowing arbitrary flags to be passed into the helm chart. I do think it can be a separate PR, as it's more for supporting downstream usage, and I don't think there is a strict need for it. But the PR should be a fast-follow, because if llm-d, or some other dependent creates a flag in their binary, they are hard blocked from using our helm chart. |
If there is a way to set passthrough epp flags, then lets go for it. |
Fixes issue #1207 to make all flags in EPP configurable via Helm charts