-
Notifications
You must be signed in to change notification settings - Fork 13
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
[teraslice] Fix ex controller non-zero exit code bug in k8s backend #3756
Conversation
Ran a job that blows up with a JSON parsing error after one minute. This is in Running
Execution logs when it dies the first time (Exits with exit code 1):
It will come up a second time but in a
Running
Running
|
This PR makes the following changes:
Bug Fixes
kubernetesV2
and to NOT allow non-zero exit codes when inkubernetes
v2.3.0
where the kubernetes V1 execution controller exit process is unintentionally changed. This PR restores it's original functionality while allowingkubernetesV2
to gain its intended functionality.#3755