Merge pull request #17278 from ZJU-SEL/fix-nil-tag

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-06 12:52:39 -08:00
8 changed files with 56 additions and 36 deletions

View File

@@ -60,6 +60,9 @@ pull an image if it already exists. If you would like to always force a pull
you must set a pull image policy of `Always` or specify a `:latest` tag on
your image.
If you did not specify tag of your image, it will be assumed as `:latest`, with
pull image policy of `Always` correspondingly.
## Using a Private Registry
Private registries may require keys to read images from them.