We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is is possible to run an indexed kube job?
When running a job with: completionIndex = 2, parallel = 1 or 2 the Run method returns after the first pod is completed.
Run
Is it possible to block on all pods completed, or the job is failed?
Ty!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is is possible to run an indexed kube job?
When running a job with: completionIndex = 2, parallel = 1 or 2 the
Run
method returns after the first pod is completed.Is it possible to block on all pods completed, or the job is failed?
Ty!
The text was updated successfully, but these errors were encountered: