atlassian / escalator

Escalator is a batch or job optimized horizontal autoscaler for Kubernetes
Apache License 2.0
646 stars 58 forks source link

Small Typo in nodegroup.md #181

Closed jungrae-prestolabs closed 4 years ago

jungrae-prestolabs commented 4 years ago

https://github.com/atlassian/escalator/blob/master/docs/configuration/nodegroup.md#taint_lower_capacity_threshold_percent

"If the node group utilisation is 5%, and taint_upper_capacity_threshold_percent is configured as 10, Escalator will taint nodes at the rate defined in fast_node_removal_rate"

should be

"If the node group utilisation is 5%, and taint_lower_capacity_threshold_percent is configured as 10, Escalator will taint nodes at the rate defined in fast_node_removal_rate"

ps. Thanks for providing this as open source.

awprice commented 4 years ago

Thanks for finding this typo! Are you able to raise a PR to fix this?