Add: deployment / selector labels to isolate pods per controller #1632
Labels
area/code-generation
Issues or PRs as related to controllers or docs code generation
service/all
Indicates issues or PRs related to all the service controllers.
Describe the bug
Selecting pods and resources collide due to a lack of labeling and selectors in the deployment and service definintions
Steps to reproduce
oc get -l control-plane=controller -n ack-system
kubectl get -l control-plane=controller -n ack-system
All controller pods are shown and you cannot select pods for a single controller
The metrics services do not select pods on a single service - metrics gathering is problematic
Expected outcome
Use label selectors that allow you to isolate pods on each controller
Environment
The text was updated successfully, but these errors were encountered: