Skip to content

Commit c56f456

Browse files
authored
Merge pull request #24934 from KoopaKing/patch-1
Fix formatting issue in Compute Resource Quota documentation
2 parents ed5f42e + 975cf8c commit c56f456

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/policy/resource-quotas.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ The following resource types are supported:
7676
| `limits.memory` | Across all pods in a non-terminal state, the sum of memory limits cannot exceed this value. |
7777
| `requests.cpu` | Across all pods in a non-terminal state, the sum of CPU requests cannot exceed this value. |
7878
| `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. |
8180
| `cpu` | Same as `requests.cpu` |
8281
| `memory` | Same as `requests.memory` |
8382

0 commit comments

Comments
 (0)