Skip to content

Commit

Permalink
Prevent eviction of ETL job pod while running
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj committed Feb 22, 2024
1 parent e51ed10 commit e6f9bc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kube/services/jobs/etl-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
apiVersion: batch/v1
kind: Job
metadata:
annotations:
karpenter.sh/do-not-evict: "true"
name: etl
spec:
backoffLimit: 0
Expand Down

0 comments on commit e6f9bc0

Please sign in to comment.