Skip to content

Commit

Permalink
Update kube-node-decommissioner CJ concurrencyPolicy to replace
Browse files Browse the repository at this point in the history
  • Loading branch information
zaklawrencea committed Mar 5, 2025
1 parent eac266d commit ff1b9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/manifests/kube-node-decommissioner/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
component: kube-node-decommissioner
spec:
schedule: "*/1 * * * *"
concurrencyPolicy: Forbid
concurrencyPolicy: Replace
startingDeadlineSeconds: 300
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
Expand Down

0 comments on commit ff1b9df

Please sign in to comment.