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.