-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When deployed worker-controller-manager using CRD with auth-proxy enabled as false and metrics enabled true and metrics port provided as 8080, pod gets deployed with a binding of metrics port to localhost.
Current : --metrics-bind-address=127.0.0.1:8080
Describe the solution you'd like
Instead can it be deployed without binding to localhost so the metrics are available to be scrapped
Expected: --metrics-bind-address=:8080
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request