Description of problem:
When looking at the data-science-pipelines-operator-controller-manager Deployment, I see that its Pods have only one label control-plane: controller-manager:
kind: Deployment
metadata:
name: data-science-pipelines-operator-controller-manager
namespace: redhat-ods-applications
spec:
...
selector:
matchLabels:
control-plane: controller-manager
template:
metadata:
labels:
control-plane: controller-manager
the pods should have more labels, specifying which service it's providing.
Disclaimer: this was reverted because it failed to upgrade fro 1.26 -> 1.27 in rhods, ensure that when we add this back in we account for a seamless upgrade.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- <steps>
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Build Details:
Workaround:
Additional info:
see also https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- links to
- mentioned on
(24 mentioned on)