-
Notifications
You must be signed in to change notification settings - Fork 459
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 out of sync #2287
Comments
|
@ramondeklein I think this is related to how the operator works. I have many other operator based deployments but their CiliumIdentity does not have the argocd label. Please reopen the ticket. |
Apparently the issue is not that the object is created but that it inherited the argocd label. My assumption is that when the operator was creating the pool and other resources, it selected using all labels (not just the app label). |
We don't use ArgoCD and/or Cilium, so there is not a lot that we can do. |
I can provide any debugging/logs you need |
We don't know this software, so we can't provide support for it. You could try the following:
If you know what needs to be changed, then feel free to submit a PR. |
Is there a place where I can interact with minio community members? Hopefully someone who's familiar with CNI can help. Also, can you explain how the operator identifies the tenants and how it creates the resources for them? Does it use the labels attached to the CR, or just the CR name? |
You can try our public Slack channel https://minio.slack.com. The operator scans the namespaces for For the exact details on how the operator works, you can also check https://github.com/minio/operator. It's all open-source. |
In argocd, the tenant chart is always out of sync because a CiliumIdentity is created but is not owned by the CRD.
p.s. I don't know what CiliumIdentity is.
Your Environment
minio-operator
): 6.0.2uname -a
):The text was updated successfully, but these errors were encountered: