I have started pods with command
$ kubectl run busybox --image=busybox --restart=Never --tty -i --generator=run-pod/v1
Something went wrong
If you have a job that continues running, you need to search the job and delete it:
kubectl get job --all-namespaces | grep
and
kubectl delete job