Rerun Jobs in Kubernetes Cluster
Prerequisites
Procedure
kubectl get jobs -n <namespace>kubectl delete job -n <namespace>kubectl apply -f <job-definition-file>.yaml -n <namespace>kubectl get jobs -n <namespace>kubectl logs -f job/<job-name> -n <namespace>
PreviousRestart Deployment or StatefulSets to Redistribute Pods across NodesNextFinding URLs in the System
Last updated
Was this helpful?

