Skip to content

Commit

Permalink
Change the name of the SpotConsolidation featureflag to SpotToSpotCon…
Browse files Browse the repository at this point in the history
…solidation.
  • Loading branch information
nikmohan committed Dec 27, 2023
1 parent ef557f5 commit e808d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
divisor: "0"
resource: limits.memory
- name: FEATURE_GATES
value: "Drift={{ .Values.settings.featureGates.drift }},SpotConsolidation={{ .Values.settings.featureGates.spotConsolidation }}"
value: "Drift={{ .Values.settings.featureGates.drift }},SpotToSpotConsolidation={{ .Values.settings.featureGates.spotToSpotConsolidation }}"
{{- with .Values.settings.batchMaxDuration }}
- name: BATCH_MAX_DURATION
value: "{{ . }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ settings:
drift: true
# spot consolidation is turned off by default.
# Setting this to true will enable spot replacement consolidation for both single and multi-node consolidation.
spotConsolidation: false
spotToSpotConsolidation: false

0 comments on commit e808d39

Please sign in to comment.