Open mwarkentin opened 10 months ago
skrooge estimate -i n2-standard-32 -r 30 -c 2500 -m 2024 constrained_resource='cores' skrooge estimate -i n2-standard-32 -r 30 -c -2500 -m -2024 constrained_resource='memory'
skrooge estimate -i n2-standard-32 -r 30 -c 2500 -m 2024 constrained_resource='cores' skrooge estimate -i n2-standard-32 -r 30 -c -2500 -m -2024 constrained_resource='cores'
Logic for calculating constrained resource just does a naive calculation of cpu > mem which is backwards if these are negative values.
TODO:
-
Steps to Reproduce
Expected Result
Actual Result
Logic for calculating constrained resource just does a naive calculation of cpu > mem which is backwards if these are negative values.
TODO:
-
and always compare raw values)