Report when a Kubernetes job has finished
Waits for a specified Kubernetes job to complete. The default timeout is 30 seconds, but can be adjusted by passing in the `--timeout` flag.
Authored by: abagshawjob_name
Command
Copy
kubectl wait --for=condition=complete job/job_name
Tags
Edit in GitHub
Copied