Skip to content

Commit 8966859

Browse files
author
Max Glotov
committed
fix nodepool config
1 parent be49149 commit 8966859

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

argocd/applications/aws-loadbalancer-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
targetRevision: argocd
1111
destination:
1212
name: in-cluster
13-
namespace: aws-loadbalancer-controller
13+
namespace: aws-load-balancer-controller
1414
project: k8s-addons
1515
syncPolicy:
1616
syncOptions:

argocd/k8s-addons/aws-loadbalancer-controller/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ helmCharts:
77
includeCRDs: true
88
version: 1.12.0
99
releaseName: aws-load-balancer-controller
10-
namespace: aws-loadbalancer-controller
10+
namespace: aws-load-balancer-controller
1111
valuesFile: helm-values.yaml

argocd/k8s-addons/karpenter/base/nodepool-default.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,6 @@ spec:
3434
operator: In
3535
values: ["spot", "on-demand"]
3636

37-
kubelet:
38-
systemReserved:
39-
cpu: 100m
40-
memory: 100Mi
41-
ephemeral-storage: 1Gi
42-
kubeReserved:
43-
cpu: 200m
44-
memory: 100Mi
45-
ephemeral-storage: 3Gi
46-
evictionMaxPodGracePeriod: 60
47-
imageGCHighThresholdPercent: 85
48-
imageGCLowThresholdPercent: 80
49-
cpuCFSQuota: true
50-
51-
expireAfter: 720h
52-
5337
disruption:
5438
consolidationPolicy: WhenEmptyOrUnderutilized
5539
consolidateAfter: 1m

0 commit comments

Comments
 (0)