-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Argo CLI error - FATA - configmaps "workflow-controller-configmap" not found #9868
Comments
Check if this returns anything |
@terrytangyuan Same message:
|
I had the same problem. Try with: |
Thanks @ognjen-it, same error:
|
@fclesio Please, try the next commands and share the full logs that you got.
And then:
|
@ognjen-it Worked. Thanks a lot. The issue was that the |
My post at #7649 For some reason, the server wants to use the $ argo server --auth-mode server -n argo |
Pre-requisites
:latest
What happened/what you expected to happen?
At the time that I start Argo Workflows server via
$ argo server
I get the errorconfigmaps "workflow-controller-configmap" not found
.All other commands (e.g.
argo list
,argo auth token
) is not working as well.We have full access to our pods via
kubectl
Related issues:
Version
v3.4.1
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
$ argo version
$ argo server
Logs from the workflow controller
Logs from in your workflow's wait container
kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
The text was updated successfully, but these errors were encountered: