It seems like defaults are being read as limits in my case for some reason
When I start a pod it has a 100m request and 100m limit
But my limit in admin config is 2 cpu
k
katrina
01/19/2022, 5:46 PM
yup this is the intended behavior, there's no concept of "default limits" if a resource is unspecified, the default value gets injected as the task request and limit
the limit in the config is only used for validation, not injection