You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argocd DEX pod crash due to missing file / directory. Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/shared/argocd-dex": stat /shared/argocd-dex: no such file or directory: unknown
To Reproduce
argocd-dex-server include an empty-dir volume.
volumes:
- emptyDir: {}
name: static-files
Expected behavior
file or directory should exist, or usage should be removed from argocd-dex-server deployment.
In our case, the init container that copies the /shared/argocd-dex file was being killed after using too much memory. Increasing the resources for the init container to about 144Mi was enough to stop crashes consistently.
Checklist:
argocd version
.Describe the bug
Argocd DEX pod crash due to missing file / directory.
Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/shared/argocd-dex": stat /shared/argocd-dex: no such file or directory: unknown
To Reproduce
argocd-dex-server include an empty-dir volume.
Expected behavior
file or directory should exist, or usage should be removed from argocd-dex-server deployment.
Version
The text was updated successfully, but these errors were encountered: