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

optimize MetricsBindAddress to MetricsBindPort #796

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phoenixwu0229
Copy link

What type of PR is this?

/kind bug

What this PR does / why we need it:
The targetPort specified in the service.yaml is hardcoded, while the metricsBindAddress is configurable, leading to inconsistent behavior. Additionally, the metrics interface should ideally be exposed at 0.0.0.0, so flexible configuration may not be necessary. Therefore, it is recommended to optimize this to metricsBindPort.

I have successfully tested it locally

Which issue(s) this PR fixes:
Fixes #793

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

@phoenixwu0229
Copy link
Author

phoenixwu0229 commented Jan 9, 2025

I have reopen a pr, the pr before have some problems.

I have successfully tested it locally

@archlitchi

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.

optimize MetricsBindAddress to MetricsBindPort
1 participant