Ask questionsAdd logging to the creation of a health-check probe
When a metrics server is initialized by a ControllerManager, it logs to STDOUT that theres a new listener and its port, see https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/manager/internal.go#L380
However the same doesn't happen for the health-probe see -> https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/manager/internal.go#L416-L421
I am filing this in order to add this logging as it is helpful when troubleshooting etc...
Answer
questions
fejta-bot
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale
Related questions