website/content/en/docs/concepts/containers
Justin Nauman d73e26c75b Updating docs around default ImagePullPolicy (#10284)
* Updating docs around default ImagePullPolicy

This is an attempt to clear up a bit of the wording around an image's tag and how that impacts the ImagePullPolicy.

The wording to me presently suggests *all* you need to do is use `:latest` as an image tag and that will change the `ImagePullPolicy` to latest.

This is not the case that I've observed.  As it stands now, `:latest` only affect the `ImagePullPolicy` if that attribute is not present on the pod's specification.

7f23a743e8/pkg/apis/core/v1/defaults.go (L78)
7f23a743e8/pkg/kubelet/images/image_manager_test.go (L63)

* Addressing feedback

- Thanks for the super valuable feedback @Bradamant3.  It reads a *lot* better now!
2018-09-21 07:43:29 -07:00
..
_index.md Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
container-environment-variables.md Ordering content by weight (#8787) 2018-06-06 16:51:26 -07:00
container-lifecycle-hooks.md Ordering content by weight (#8787) 2018-06-06 16:51:26 -07:00
images.md Updating docs around default ImagePullPolicy (#10284) 2018-09-21 07:43:29 -07:00