Merge pull request #2174 from pwittrock/master

Fix tshirt-size image resources
This commit is contained in:
Kubernetes Prow Robot
2020-02-03 16:13:26 -08:00
committed by GitHub

View File

@@ -48,9 +48,9 @@ var cpuSizes = map[string]string{
// memorySizes is the mapping from tshirt-size to memory reservation quantity
var memorySizes = map[string]string{
"small": "50MiB",
"medium": "1GiB",
"large": "32GiB",
"small": "50M",
"medium": "1G",
"large": "32G",
}
// inject sets the cpu and memory reservations on all containers for Resources annotated