Skip to content

Commit ab0631a

Browse files
authored
Update manage-resources-containers.md
Add explanation as for why "1500m" is not a whole number.
1 parent 63c3ee3 commit ab0631a

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
@@ -616,7 +616,7 @@ available amount is simultaneously allocated to Pods.
616616

617617
The API server restricts quantities of extended resources to whole numbers.
618618
Examples of _valid_ quantities are `3`, `3000m` and `3Ki`. Examples of
619-
_invalid_ quantities are `0.5` and `1500m`.
619+
_invalid_ quantities are `0.5` and `1500m` (because `1500m` would result in `1.5`).
620620

621621
{{< note >}}
622622
Extended resources replace Opaque Integer Resources.

0 commit comments

Comments
 (0)