From 0be36c83e6cc5680af6c0aec7e7ef4487834fea7 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 15 Apr 2018 05:59:58 +0800 Subject: [PATCH] Typo fix in admission-controllers.md (#8089) the the pod->the pod --- docs/admin/admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 9ac7950f79..26d192cbc2 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -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.