Skip to content

Commit

Permalink
Update KubeJobFailed.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwille authored Jan 15, 2024
1 parent 9ce5772 commit 8d5f97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/runbooks/kubernetes/KubeJobFailed.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Failure of processing of a scheduled task.

- clean up failed jobs, e.g. using `kubectl`:
```bash
k -n $NAMESPACE delete job --field-selector status.successful!=1
kubectl -n $NAMESPACE delete job --field-selector status.successful!=1
```

0 comments on commit 8d5f97e

Please sign in to comment.