-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Sql user calling every minute by ArgoCD. #11975
Comments
I don't quite understand. Argo CD does not create any user, it will reconcile your manifests to a cluster, and from there some other controller will pick it up and do something with it. I'm not familiar with the |
If I delete all the kinds SqlUser from the manifest of argo and recreate again outside argo the calls to sql api aren't any more there. |
Can it be this that is causing your issue? https://cloud.google.com/config-connector/docs/concepts/ignore-unspecified-fields#resolve_fighting_between_config_management_tools_and |
Thanks, @blakepettersson I think you are totally right, but SQLUser doesn't support that flag.
|
It might be worthwhile to submit your query to the k8s-config-connector project directly, there's likely some drift between the Argo CD You can also try to turn off auto-sync for the |
I already try the second one and there is no such of diff. I appreciate your help will create a ticket for google. |
Could be relevant: #14426 |
As well as GoogleCloudPlatform/k8s-config-connector#837 |
Checklist:
argocd version
.Describe the bug
We have config connector in our gke cluster to handle all the gcp resources in our infra, we use this kind sqlusers.sql.cnrm.cloud.google.com to create SQL user for our database. The issue is argo is calling the creation of the user every minute as you can see in the image I posted.
To Reproduce
Expected behavior
Argo create the user and that is all.
Screenshots
Version
Paste the output from `argocd version` here.
argocd: v2.5.5+fc3eaec
BuildDate: 2022-12-16T16:34:36Z
GitCommit: fc3eaec
GitTreeState: clean
GoVersion: go1.18.9
Compiler: gc
Platform: linux/amd64
argocd-server: v2.5.5+fc3eaec
BuildDate: 2022-12-16T16:34:36Z
GitCommit: fc3eaec
GitTreeState: clean
GoVersion: go1.18.9
Compiler: gc
Platform: linux/amd64
Kustomize Version: could not get kustomize version: exec: "kustomize": executable file not found in $PATH
Helm Version: v3.10.3+g835b733
Kubectl Version: v0.24.2
Jsonnet Version: v0.18.0
Logs
The text was updated successfully, but these errors were encountered: