Skip to content

Commit

Permalink
feat :: spot to spot consolidation 활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 27, 2024
1 parent fbfd220 commit 6fcfb97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions apps/karpenter-nodepool/templates/nodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ metadata:
name: {{ .Values.provisioner.name }}-nodepool
spec:
disruption:
consolidateAfter: 20s
consolidationPolicy: WhenEmpty
expireAfter: Never
consolidationPolicy: WhenUnderutilized
expireAfter: 720h
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ karpenter:
cpu: 16m
memory: 244Mi
settings:
clusterName: "xquare-v2-cluster"
clusterName: "xquare-v2-cluster"

featureGates:
spotToSpotConsolidation: true

0 comments on commit 6fcfb97

Please sign in to comment.