Skip to content

Commit

Permalink
Fix Minikube.getLoadedImages call
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 29, 2024
1 parent bf0b501 commit 8f10f78
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ getLoadedImages' kcc@(KubernetesClusterContext {kubernetesClusterType, kubernete
Kind.getLoadedImages kcc kindClusterDriver kindBinary Nothing
-- Kind.loadImage kindBinary kindClusterName image env
(KubernetesClusterMinikube {..}) ->
Minikube.getLoadedImages minikubeBinary kubernetesClusterName minikubeFlags
-- Note: don't pass minikubeFlags here. These are pretty much intended for "minikube start" only.
-- TODO: clarify the documentation and possibly add an extra field where extra options can be passed
-- to "minikube image" commands.
Minikube.getLoadedImages minikubeBinary kubernetesClusterName []

-- | Load an image into a Kubernetes cluster. The image you pass may be an absolute path to a .tar or .tar.gz
-- image archive, *or* the name of an image in your local Docker daemon. It will load the image onto the cluster,
Expand Down

0 comments on commit 8f10f78

Please sign in to comment.