Skip to content
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 constantly trying to reconcile crossplane ClusterRole #2700

Closed
Tracked by #2773
alykhachov opened this issue Nov 11, 2021 · 3 comments
Closed
Tracked by #2773

ArgoCD constantly trying to reconcile crossplane ClusterRole #2700

alykhachov opened this issue Nov 11, 2021 · 3 comments
Labels
argocd enhancement New feature or request

Comments

@alykhachov
Copy link

k8s v1.22.3 in minikube
crossplane deployed by ArgoCD using Helm chart 1.5.0 (same result with 1.6.0-rc.0.41)

after deploy ArgoCD constantly trying to reconcile crossplane ClusterRole

parameter rbacManager.skipAggregatedClusterRoles: "true" didn't make any difference

I'm clearly missing smith here, could you please advise?

attaching yamls of live, desired state and diff ArgoCD is complaining about

Thanks
argocd-crossplane.zip

@alykhachov alykhachov added the bug Something isn't working label Nov 11, 2021
@mcbenjemaa
Copy link
Member

You can make Argocd ignore aggregated ClusterRoles
by using the following config:

  config:
    resource.compareoptions: |
      ignoreAggregatedRoles: true

@negz
Copy link
Member

negz commented Dec 16, 2021

@al-awstest did you get a chance to try @mcbenjemaa's suggestion? I wonder if this is something we could handle with documentation.

@negz negz added argocd enhancement New feature or request and removed bug Something isn't working labels Dec 16, 2021
@alykhachov
Copy link
Author

Thanks, folks
configuration for ArgoCD suggested by @mcbenjemaa did the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
argocd enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants