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: abagshawBrought to you by Warp, a free terminal reimagined to work like a modern app.
job_name
Command
Copy
kubectl wait --for=condition=complete job/job_name
Tags
Edit in GitHub
Copied