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

Add RunOption to overwrite the RunOpts in globals.GlobalOpts #451

Open
shawnh2 opened this issue Oct 16, 2024 · 0 comments
Open

Add RunOption to overwrite the RunOpts in globals.GlobalOpts #451

shawnh2 opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@shawnh2
Copy link

shawnh2 commented Oct 16, 2024

Is your feature request related to a problem? Please describe.
Envoy Gateway standalone mode is using func-e to start envoy locally, we'd like to expose more RunOption in api/run.go. Especially the ability to override the RunOpts in global.GlobalOpts, eg customize our own RunOpts.RunDir.

Describe the solution you'd like
Add a new RunOption function that has ability to override global.GlobalOpts.RunOpts

Describe alternatives you've considered
Without this modification, we have to rewrite api/run.go completely on our own. We'd like to make this modification in the upstream.

Additional context
cc @arkodg

@shawnh2 shawnh2 added the enhancement New feature or request label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant