File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
node-pools/worker-karpenter Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ karpenter_max_pods_per_node: "32"
44
44
# legacy => 0.36.2-main-25.patched
45
45
karpenter_version : " current"
46
46
47
+ # configure whether karpenter should assume instances with local storage use
48
+ # RAID0 for ephemeral pod storage.
49
+ # Our AMI configured RAID0 at boot.
50
+ karpenter_instance_storage_raid0 : " true"
51
+
47
52
# ALB config created by kube-aws-ingress-controller
48
53
kube_aws_ingress_controller_ssl_policy : " ELBSecurityPolicy-TLS-1-2-2017-01"
49
54
kube_aws_ingress_controller_idle_timeout : " 1m"
Original file line number Diff line number Diff line change 35
35
deleteOnTermination : {{ .NodePool.ConfigItems.ebs_root_volume_delete_on_termination }}
36
36
volumeSize : {{ .NodePool.ConfigItems.ebs_root_volume_size }}Gi
37
37
volumeType : gp3
38
+ # {{ if eq .NodePool.ConfigItems.karpenter_instance_storage_raid0 "true" }}
39
+ instanceStorePolicy : RAID0
40
+ # {{ end }}
38
41
# If you enable this option, the Amazon EC2 console displays monitoring graphs with a 1-minute period for the instances that Karpenter launches.
39
42
detailedMonitoring : false
40
43
tags :
You can’t perform that action at this time.
0 commit comments