Stop overriding CPU limit to null
Motivation
In a recent MR, I set CPU limits for proxy containers and waypoints to null in line with general K8s resource best practices. Unfortunately, istiod does not respect this and sets a CPU limit of 0 when this is the case, causing errors on pod startups where the CPU request is higher than the limit.
Acceptance Criteria
-
All CPU limit overrides to nullmust be removed fromistiod'supstreamoverrides
Edited by Zach Callahan