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
Since adding resource validation for pod template, it seems that removed the ability to set numeric values for cpu/memory. This caused kubernetes to reject creations of rollouts with floating point/integer cpu/mem requests/limits. We need to remove this validation. I added a convenience function to do this, which just needs to be add more for resource cpu/memory.
Since adding resource validation for pod template, it seems that removed the ability to set numeric values for cpu/memory. This caused kubernetes to reject creations of rollouts with floating point/integer cpu/mem requests/limits. We need to remove this validation. I added a convenience function to do this, which just needs to be add more for resource cpu/memory.
The text was updated successfully, but these errors were encountered: