Open dan12315 opened 2 months ago
I'm having some trouble understanding this as well... The semantic of the given formula is "the number of nodes I want to protect" while the example shows a different semantic "the number of nodes I accept to be disrupted", which is the same semantic of the percentage value formula.
As @jfmrm mentioned, I believe the problem is how the formula is defined in the docs. Instead of considering total - non_percentage_value
as the total of allowed_disruptions
it should be non_percentage_value
directly
Description
How can the docs be improved?
https://github.com/aws/karpenter-provider-aws/blob/main/website/content/en/v1.0/concepts/disruption.md#nodes
From the example offered below, the , It should be "If otherwise defined as a non-percentage value, Karpenter will simply use this number as budget : non_percentage_value - total_deleting - total_notready"