-
Notifications
You must be signed in to change notification settings - Fork 993
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
VCjob stuck in crashLoopBackOff while exact same regular job simply finishes #1075
Comments
please also put |
Thanks! That works indeed. :) When it's pointed out, it is perfectly obvious now. Just a heads up: the documentation on volcano.sh is therefor not entirely correct: Thanks Again :) Best regards! |
Thanks very much for your suggestion! @Thor-wl please help to update related document to close this issue :) |
Thanks for your report! I will correct it. |
related PR:volcano-sh/website#100 |
fixed by volcano-sh/website#100 :) |
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
Trying the different features of volcano.sh, launching some very simple VCjobs. Despite them successfully completing, they end up in a crashloopbackoff state afterwards. When launching the exact same job in a regular kubernetes job-template, they successfully complete and end up in a "completed state"
What you expected to happen:
Pod enters completed state --> vcjob in completed state --> removal from queue
How to reproduce it (as minimally and precisely as possible):
the test queue exists and has sufficient resources available.
the vcjob:
Result of kubectl get vcjob / get q / get pods:
Result of kubectl logs job-5-default-pi-o
Result of kubectl describe pod:
Anything else we need to know?:
Trying this in a normal job finishes normally
Just finishes - ends in a completed state,
Tried this as well with the default nginx-example of the volcano.sh site (sleep 10m) and a custom python script in a python container. All yield the same result.
Environment:
kubectl version
): 1.17.3NAME=Buildroot
VERSION=2019.02.9
ID=buildroot
VERSION_ID=2019.02.9
PRETTY_NAME="Buildroot 2019.02.9"
uname -a
): Linux minikube 4.19.94 Rename hpw.cloud keyword to volcano.sh #1 SMP Fri Mar 6 11:41:28 PST 2020 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: