cache add
should use "latest" automatically
#10047
Labels
cmd/cache
Issues with the "cache" command
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Steps to reproduce the issue:
docker pull nginx && minikube cache add nginx
minikube start -v=5 --alsologtostderr
. The log contains:The image is
nginx:latest
:minikube cache add nginx:latest
works well.add a added image:
add a new image:
add with latest tag:
The text was updated successfully, but these errors were encountered: