Skip to content

Commit

Permalink
Update manage-resources-containers.md
Browse files Browse the repository at this point in the history
Add explanation as for why "1500m" is not a whole number.
  • Loading branch information
g1franc committed Mar 7, 2024
1 parent 63c3ee3 commit ab0631a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -616,7 +616,7 @@ available amount is simultaneously allocated to Pods.

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

{{< note >}}
Extended resources replace Opaque Integer Resources.
Expand Down

0 comments on commit ab0631a

Please sign in to comment.