Typo fix in admission-controllers.md (#8089)

the the pod->the pod
pull/8044/head^2
AdamDang 2018-04-15 05:59:58 +08:00 committed by k8s-ci-robot
parent 7adf359d3a
commit 0be36c83e6
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ For more information, please check [Dynamic Admission Control](/docs/admin/exten
This admission controller observes pod creation requests. If a container omits compute resource requests and limits,
then the admission controller auto-populates a compute resource request based on historical usage of containers running the same image.
If there is not enough data to make a decision the Request is left unchanged.
When the admission controller sets a compute resource request, it does this by *annotating* the
When the admission controller sets a compute resource request, it does this by *annotating*
the pod spec rather than mutating the `container.resources` fields.
The annotations added contain the information on what compute resources were auto-populated.