forked from rojkov/intel-device-plugins-for-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cache: never try to calculate memory requests.
Do not try to estimate memory requests, even if we don't have resource requests/limits annotated by a webhook. The achievable accuracy for Burstable QoS containers is unusable. For Guaranteed QoS class pods copy the memory limit to memory request (and also prefer copying the CPU request to CPU limit instead of estimating).
- Loading branch information
Showing
2 changed files
with
38 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters