We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c3ee3 commit ab0631aCopy full SHA for ab0631a
content/en/docs/concepts/configuration/manage-resources-containers.md
@@ -616,7 +616,7 @@ available amount is simultaneously allocated to Pods.
616
617
The API server restricts quantities of extended resources to whole numbers.
618
Examples of _valid_ quantities are `3`, `3000m` and `3Ki`. Examples of
619
-_invalid_ quantities are `0.5` and `1500m`.
+_invalid_ quantities are `0.5` and `1500m` (because `1500m` would result in `1.5`).
620
621
{{< note >}}
622
Extended resources replace Opaque Integer Resources.
0 commit comments