sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

fix(deployment): do not use generic k8s labels #281

Closed sthaha closed 10 months ago

sthaha commented 10 months ago

Previously, deploying operator created deployment that used generic control-plane: controller-manager label. This causes external tools (including the must-gather script) to lookup pods that can belong to any deployment that has this label. This commit replaces the label with app.kubernetes.io/instance: controller-manager.

Fixes: https://issues.redhat.com/browse/POWERMON-159 Signed-off-by: Sunil Thaha sthaha@redhat.com