Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #81 from wandera/ca_configurable
Browse files Browse the repository at this point in the history
Make Cluster Autoscaler more configurable
  • Loading branch information
wandera-petr-cerny authored Feb 21, 2022
2 parents 8ec8740 + 8770646 commit d32e11e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,8 @@ variable "cluster-autoscaler" {
balanceSimilarNodeGroups = bool
scaleDownUtilizationThreshold = string
scaleDownDelayAfterAdd = string
skipNodesWithLocalStorage = bool
skipNodesWithSystemPods = bool
cpuRequest = string
memoryRequest = string
image = string
Expand All @@ -860,6 +862,8 @@ variable "cluster-autoscaler" {
balanceSimilarNodeGroups = false
scaleDownUtilizationThreshold = "0.5"
scaleDownDelayAfterAdd = "10m0s"
skipNodesWithLocalStorage = false
skipNodesWithSystemPods = true
cpuRequest = "100m"
memoryRequest = "300Mi"
image = null
Expand Down

0 comments on commit d32e11e

Please sign in to comment.