From f844a415020f537472f09e7859ca7362ddfe3aa3 Mon Sep 17 00:00:00 2001 From: pao Date: Mon, 18 Sep 2017 14:06:22 +0800 Subject: [PATCH] Update images.md --- docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/containers/images.md b/docs/concepts/containers/images.md index 6d06187dbb..6519f42a2e 100644 --- a/docs/concepts/containers/images.md +++ b/docs/concepts/containers/images.md @@ -25,7 +25,7 @@ you can do one of the following: - set the `imagePullPolicy` of the container to `Always`; - use `:latest` as the tag for the image to use; -- enable the [AllwaysPullImages](/docs/admin/admission-controllers/#alwayspullimages) admission controller. +- enable the [AlwaysPullImages](/docs/admin/admission-controllers/#alwayspullimages) admission controller. If you did not specify tag of your image, it will be assumed as `:latest`, with pull image policy of `Always` correspondingly.