Closed
Description
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 the minikube image
CLI for use in the tests.