Replies: 14 comments 2 replies
-
Hi @jannfis @alexmt, to avoid this issue should we check if the argo-cd/controller/appcontroller.go Line 193 in d0cbb15 |
Beta Was this translation helpful? Give feedback.
-
Hello, I have the same issue using server.additionalApplications params from Argo CD Chart values file. Without automatic sync, application stuck in error: InvalidSpecError - Application referencing project default which does not exist. If i declare this project into server.additionalProjects parameter i have an other error: ComparisonError - rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp 10.96.206.124:8081: connect: connection refused" It's a little frustrating, deploy an app during Argocd installation fall immediately in error. |
Beta Was this translation helpful? Give feedback.
-
Are you able to see the project in the Argo UI while the |
Beta Was this translation helpful? Give feedback.
-
In case it helps - I did fix this by applying the default AppProject along with my other configuration. I used this in my blog post. I was not using the UI, just the core version.
|
Beta Was this translation helpful? Give feedback.
-
I would like to create another project name & not the default. I tried via crd. I see the same error "Application referencing project myproj which does not exist". |
Beta Was this translation helpful? Give feedback.
-
+1 ran into same issue |
Beta Was this translation helpful? Give feedback.
-
experiencing the same error @vyom-soft |
Beta Was this translation helpful? Give feedback.
-
+1 ran into same issue |
Beta Was this translation helpful? Give feedback.
-
in my case, I forgot to add the AppProject declaration inside |
Beta Was this translation helpful? Give feedback.
-
Same case.
|
Beta Was this translation helpful? Give feedback.
-
Should a docs issue be created and pointed to this discussion? The docs says the default project is created automatically, but that clearly is not happening, as least for ApplicationSet. Furthermore, the docs say that if a project is not specified then the default project is used, but the project field seems to be required in the ApplicationSet template. |
Beta Was this translation helpful? Give feedback.
-
any solution? time to time get this error, when run manual sync |
Beta Was this translation helpful? Give feedback.
-
This issue still exist with new version of Argocd no matter if you create application(s) pointing to a new project or the This what I do
but got this error reported by the
|
Beta Was this translation helpful? Give feedback.
-
I created an issue: #21150 |
Beta Was this translation helpful? Give feedback.
-
Hey! I was trying to deploy a simple Application with automatic sync, but the default project doesn't exist.
kubectl apply --namespace argocd -f simple-app-application.yml
argocd app get simple-app
The Condition reports that the
default
project doesn't exist.If I wait a few minutes, the Application does end up syncing successfully.
I was following the docs that say the
default
project is automatically created.Since there is initially an
InvalidSpecError
, it appears as though there is an issue. To avoid this should I create the AppProject manually so that it is available right away in my case?Beta Was this translation helpful? Give feedback.
All reactions