File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
node-pools/master-default Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cluster_autoscaler_max_usnchedulable_pods_considered: "1000"
29
29
30
30
# karpenter settings
31
31
karpenter_controller_cpu : " 25m"
32
- karpenter_controller_memory : " 100Mi "
32
+ karpenter_controller_memory : " 256Mi "
33
33
# set log level of karpenter: error|debug
34
34
karpenter_log_level : " error"
35
35
Original file line number Diff line number Diff line change 1
- {{ $version := "v1.4.36 " }}
1
+ {{ $version := "v1.4.38 " }}
2
2
apiVersion : apps/v1
3
3
kind : Deployment
4
4
metadata :
Original file line number Diff line number Diff line change 25
25
{{ range $NodePool := .Cluster.NodePools}}
26
26
{{ if eq $NodePool.Name "default-master" }}
27
27
# Scaling is relative to r6g.large (smallest master node)
28
- # 0.016 -> ~250Mi memory, 0.027 -> ~50m CPU
29
- memory : {{ scaleQuantity (instanceTypeMemoryQuantity (index .InstanceTypes 0)) 0.016 }}
28
+ # 0.064 -> ~1024Mi memory, 0.027 -> ~50m CPU
29
+ memory : {{ scaleQuantity (instanceTypeMemoryQuantity (index .InstanceTypes 0)) 0.064 }}
30
30
cpu : {{ scaleQuantity (instanceTypeCPUQuantity (index .InstanceTypes 0)) 0.027 }}
31
31
{{ end }}
32
32
{{ end }}
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ write_files:
202
202
limits :
203
203
memory : {{ .Values.InstanceInfo.MemoryFraction (parseInt64 .Cluster.ConfigItems.apiserver_memory_limit_percent)}}
204
204
{{- end }}
205
- - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-192
205
+ - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-191
206
206
name : admission-controller
207
207
lifecycle :
208
208
preStop :
Original file line number Diff line number Diff line change 4
4
5
5
toolchain go1.22.0
6
6
7
- require github.com/zalando-incubator/stackset-controller v1.4.36
7
+ require github.com/zalando-incubator/stackset-controller v1.4.38
8
8
9
9
require (
10
10
github.com/beorn7/perks v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -506,8 +506,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
506
506
github.com/yuin/goldmark v1.3.5 /go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k =
507
507
github.com/yuin/goldmark v1.4.1 /go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k =
508
508
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
509
- github.com/zalando-incubator/stackset-controller v1.4.36 h1:m9Zq+1RN6wDs+eDniaMTsfISR2iHOvZBKRk8gd/fOZM =
510
- github.com/zalando-incubator/stackset-controller v1.4.36 /go.mod h1:cs6DeHcxl4xAAXl5pK1oAoxjKbmp10PBLKqYqw21VxI =
509
+ github.com/zalando-incubator/stackset-controller v1.4.38 h1:3QkwkuG1y1LZD18j99OU8hM5oLBnRFdvmN/izwRztls =
510
+ github.com/zalando-incubator/stackset-controller v1.4.38 /go.mod h1:cs6DeHcxl4xAAXl5pK1oAoxjKbmp10PBLKqYqw21VxI =
511
511
go.etcd.io/bbolt v1.3.2 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
512
512
go.etcd.io/bbolt v1.3.6 /go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4 =
513
513
go.etcd.io/etcd/api/v3 v3.5.4 /go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A =
You can’t perform that action at this time.
0 commit comments