-
Notifications
You must be signed in to change notification settings - Fork 680
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
initpod (nigelpoulton/web-app:1.0) CrashLoopBackOff #46
Comments
Thank you for sharing this @mahmud2011. I think this issue would only impact those not running on |
@nigelpoulton - not sure if the best course of action to resolve the issue for |
I ran into a similar issue on a Pi 5 with Logs from v3.1.6: $ microk8s kubectl logs -f git-sync --container ctr-sync
INFO: detected pid 1, running init handler
I0914 21:11:27.223483 12 main.go:321] "level"=0 "msg"="starting up" "args"=["/git-sync"] "pid"=12
I0914 21:11:27.223556 12 main.go:574] "level"=0 "msg"="cloning repo" "origin"="https://github.com/jlyons210/ps-sidecar.git" "path"="/tmp/git"
E0914 21:11:27.226792 12 main.go:347] "msg"="failed to sync repo, aborting" "error"="error running command: fork/exec /usr/bin/git: exec format error: { stdout: \"\", stderr: \"\" }" |
Output:
Output:
Output:
Works:
Changing the image to
nigelpoulton/k8sbook:1.0
.The text was updated successfully, but these errors were encountered: