Files
kubernetes/pkg/apis/node
ndixita 8a8dc27b4e Adding the logic to validate pod-level resources as following:
1. The effective container requests cannot be greater than pod-level requests
2. Inidividual container limits cannot be greater than pod-level limits
3. Only CPU & Memory are supported at pod-level
4. Inplace container resources updates are not supported if pod-level resources are set
Note: effective container requests cannot be greater than pod-level limits is supported by transitivity. Effective container requests <= pod-level requests && pod-level requests <= pod-level limits; Therefore effective container requests <= pod-level limits

Signed-off-by: ndixita <ndixita@google.com>
2024-11-08 03:00:54 +00:00
..
2021-03-02 12:06:13 -05:00
2024-09-03 14:26:26 -04:00
2024-09-03 14:26:26 -04:00
2024-09-03 14:26:26 -04:00
2022-11-22 16:59:25 +08:00