Merge pull request #38801 from nurayko/patch-1

Fix typo
pull/38814/head
Kubernetes Prow Robot 2023-01-06 19:03:30 -08:00 committed by GitHub
commit d8578ebba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The name of a LimitRange object must be a valid
## LimitRange and admission checks for Pods
A `LimitRange` does **not** check the consistency of the default values it applies. This means that a default value for the _limit_ that is set by `LimitRange` may be less than the _request_ value specified for the container in the spec that a client submits to the API server. If that happens, the final Pod will not be scheduleable.
A `LimitRange` does **not** check the consistency of the default values it applies. This means that a default value for the _limit_ that is set by `LimitRange` may be less than the _request_ value specified for the container in the spec that a client submits to the API server. If that happens, the final Pod will not be schedulable.
For example, you define a `LimitRange` with this manifest: