From 249f5d143a677f7b4c94c7a0f9155ecfbe7860b8 Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Fri, 1 Mar 2024 16:29:54 +0900 Subject: [PATCH] feat :: karpenter toleration --- charts/karpenter/Chart.yaml | 2 +- charts/karpenter/values.yaml | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/charts/karpenter/Chart.yaml b/charts/karpenter/Chart.yaml index cce34ab9..fb389c74 100644 --- a/charts/karpenter/Chart.yaml +++ b/charts/karpenter/Chart.yaml @@ -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 diff --git a/charts/karpenter/values.yaml b/charts/karpenter/values.yaml index 8a9dded7..bb964d6b 100644 --- a/charts/karpenter/values.yaml +++ b/charts/karpenter/values.yaml @@ -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" \ No newline at end of file