DataDog / extendeddaemonset

Kubernetes Extended Daemonset controller
Apache License 2.0
98 stars 13 forks source link

Add back `/ksmetrics` endpoint removed in #186 #191

Closed levan-m closed 1 month ago

levan-m commented 1 month ago

What does this PR do?

Adding back /ksmetrics with a minor refactor. Current controller-runtime version takes endpoints during manager construction, while existing registration functions relied on manager being available.

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Describe your test plan

Write there any instructions and details you may have to test your PR.