Merge pull request from g1franc/patch-1

Update manage-resources-containers.md
pull/45868/head
Kubernetes Prow Robot 2024-04-14 13:39:33 -07:00 committed by GitHub
commit b82b747f27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
content/en/docs/concepts/configuration

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.