Skip to content

Commit

Permalink
feat: enable karpenter node repair
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorton committed Jan 13, 2025
1 parent bb3f061 commit eb0e7e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitops/components/karpenter/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
controller:
image:
repository: ghcr.io/pelotech/karpenter
tag: v1.1.0x
tag: v1.1.1x
digest: sha256:527235377b9bb13fe54777dadff437cc9356cb8b068af7551753f18a436d00a7
env:
- name: IGNORED_RESOURCE_REQUESTS
Expand All @@ -52,5 +52,6 @@ spec:
interruptionQueue: CLUSTER_NAME
featureGates:
spotToSpotConsolidation: true
nodeRepair: true
webhook:
enabled: true

0 comments on commit eb0e7e1

Please sign in to comment.