SyntaxFix
Write A Post
Hire A Developer
Questions
If you have a job that continues running, you need to search the job and delete it:
kubectl get job --all-namespaces | grep <name>
and
kubectl delete job <job-name>