Add explicit pull and tag and push to the minikube image command #12323
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
These come in handy sometimes, for instance when testing. Currently included as part of other commands:
minikube image load --pull docker.io/my/image:v1.2.3
minikube image build --tag docker.io/my/image:latest --push
These are added to the
cruntime API
, and then exposed in theminikube image
CLI for use in the tests.The text was updated successfully, but these errors were encountered: