Update manage-resources-containers.md

Add explanation as for why "1500m" is not a whole number.
pull/45459/head
g1franc 2024-03-07 11:36:43 +01:00 committed by GitHub
parent 63c3ee3a1e
commit ab0631a407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.