File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 53
53
values :
54
54
- spot
55
55
- on-demand
56
+ limits :
57
+ resources :
58
+ cpu : 1000 # optional, recommended to limit total provisioned CPUs
59
+ memory : 1000Gi
56
60
provider :
57
61
instanceProfile : KarpenterNodeInstanceProfile-eks-karpenter-demo
58
- # terminate empty nodes after this many seconds of being idle
59
- ttlSecondsAfterEmpty : 30
62
+ # Terminate empty nodes after this many seconds of being idle
63
+ ttlSecondsAfterEmpty : 30 # optional, but never scales down if not set
64
+ # Terminate nodes after 2592000 seconds (30 days)
65
+ # Karpenter doesn't automatically add jitter to this value
66
+ # If you create multiple instances in a short amount of time,
67
+ # then the instances will expire around the same time
68
+ # To prevent workload disruption, define a Pod Disruption Budget
69
+ ttlSecondsUntilExpired : 2592000 # optional, set nodes to be reaped & replaced after 30 days, if not set are never reaped
You can’t perform that action at this time.
0 commit comments