Skip to content

Commit c80e564

Browse files
authored
Lowercase one of the memory suffixes
Upper case 'K' suffix for memory results in an invalid request.
1 parent 528a65c commit c80e564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ CPU is always requested as an absolute quantity, never as a relative quantity;
115115

116116
Limits and requests for `memory` are measured in bytes. You can express memory as
117117
a plain integer or as a fixed-point number using one of these suffixes:
118-
E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi,
118+
E, P, T, G, M, k. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi,
119119
Mi, Ki. For example, the following represent roughly the same value:
120120

121121
```shell

0 commit comments

Comments
 (0)