File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/en/docs/concepts/policy Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,7 @@ The following resource types are supported:
76
76
| ` limits.memory ` | Across all pods in a non-terminal state, the sum of memory limits cannot exceed this value. |
77
77
| ` requests.cpu ` | Across all pods in a non-terminal state, the sum of CPU requests cannot exceed this value. |
78
78
| ` requests.memory ` | Across all pods in a non-terminal state, the sum of memory requests cannot exceed this value. |
79
- | ` hugepages-<size> ` | Across all pods in a non-terminal state, the number of
80
- huge page requests of the specified size cannot exceed this value. |
79
+ | ` hugepages-<size> ` | Across all pods in a non-terminal state, the number of huge page requests of the specified size cannot exceed this value. |
81
80
| ` cpu ` | Same as ` requests.cpu ` |
82
81
| ` memory ` | Same as ` requests.memory ` |
83
82
You can’t perform that action at this time.
0 commit comments