Skip to content

Commit

Permalink
feat :: karpenter toleration
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 1, 2024
1 parent f9af2b0 commit 249f5d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: karpenter
description: A Helm chart for Karpenter, an open-source node provisioning project built for Kubernetes.
type: application
version: 1.0.54
version: 1.0.55
appVersion: 0.32.7
dependencies:
- name: karpenter
Expand Down
11 changes: 4 additions & 7 deletions charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ karpenter:
memory: 244Mi
settings:
clusterName: "xquare-v2-cluster"
tolerations:
- key: "xquare/critical-pods"
value: "true"
effect: "NoSchedule"

featureGates:
spotToSpotConsolidation: true

tolerations:
- key: "xquare/platform"
value: "true"
effect: "NoSchedule"
- key: "xquare/critical-pods"
value: "true"
effect: "NoSchedule"

0 comments on commit 249f5d1

Please sign in to comment.