actions / actions-runner-controller

Kubernetes controller for GitHub Actions self-hosted runners
Apache License 2.0
4.76k stars 1.12k forks source link

Remove `.Named()` from the ephemeral runner controller #3596

Closed nikola-jokic closed 5 months ago

nikola-jokic commented 5 months ago

Controller metrics would use the controller name as a label. Only the ephemeral runner controller was named, while default names are used for other controllers. This change removes the name change so it is consistent with other controllers