Skip to content

Commit 037341f

Browse files
tomplussteveperry-53
authored andcommitted
fix: unit for "kilo" is lowercase (kubernetes#6314)
1 parent 66c625f commit 037341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/configuration/manage-compute-resources-container.md

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

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

7676
```shell

0 commit comments

Comments
 (0)