You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, this was a bug introduced in #5. Basically, when computing requests the code evaluates if cpu and memory are set (each on their own function) by ensuring it's not nil when it should also ensure it's not zero.
Interestingly enough, the correct validation was implemented for limits. @FlavioF this should be trivial for you to fix. I recommend you add tests that cover the failure you are observing to ensure it never happens again :)
When setting k8s resources limits on AS pod that doesn't have requests configured manually, CPU requests change to
0
from the default1
value.The text was updated successfully, but these errors were encountered: