-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
argocd-operator-controller-manager-service pod selector not unique to argo #1087
Comments
Hi, I have experienced exactly the same issue on OpenShift, using latest ArgoCD Operator v0.8.0. I think the issue started appearing after upgrade to this version. How it looks in ArgoCD (when trying to synchronize
When I do the
|
I'm not sure if I found the problematic place: It seems that in v0.9.0 the issue is probably resolved: Line 1726 in c238af6
So I guess that next upgrade to v0.9.0 will fix it and make manual workarounds not neccessary anymore. |
As version 0.9.0 has been released which fixed this issue, we can close this case. |
I see that v0.9.0 disappeared? In meantime somebody made an upgrade via RedHat Operator Hub and it ended with:
|
@svghadi can we reopen this? we have the same issue with 0.12.0 i think the issue is this Lines 1876 to 1883 in c93f2fe
the issue is simply
is not guaranteed to be unique |
It was updated to |
i would maybe add more labels then just one, so this can't happen again. our workaround for now is installing the argocd operator in ins own namespace via an own operatorgroup, where only this operator is installed
|
Describe the bug
The service argocd-operator-controller-manager-service has the pod selector control-plane=controller-manager
In our OpenShift environment we have two additional operators (amq/otel) which have the same label on their operator pods.
With that the service points to the amq, argocd and otel pod.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Have a more selective pod selector, for example use something like:
app.kubernetes.io/name=argocd-operator, control-plane=controller-manager
Additional information
ArgoCD Operator 0.8.0
The text was updated successfully, but these errors were encountered: