-
Notifications
You must be signed in to change notification settings - Fork 392
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
Make healthz server port in file-provider configurable #5149
Comments
I would like to work on this issue! |
@shawnh2 is this a clean up issue or is there a user need to make this configurable ? |
is a clean-up issue |
Can we fix the clean up w/o updating API atm ? |
making the healthz server port for standalone provider configurable sounds like a reasonable request to me, the port on host may be occupied by other programs if user is running eg in standalone mode, make it confgurable can let users to use other port for healthz server. |
sure, we'll then need to think through it, gather data to see if we need a top level |
When ran the script
make go.test.coverage
as is, got the same error as in the CI right now:but when I modified the definition of the same to use only 1 process (via the
-p 1
argument)the same completes without any errors!
Logs
Originally posted by @EshaanAgg in #5126 (comment)
We need to make the healthz server port configurable, for now it is a static port 8081, may cause port conflicts problem when running k8s provider test in CI.
The text was updated successfully, but these errors were encountered: