Skip to content

Commit

Permalink
chore(make): force minikube to use docker runtime (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Aug 12, 2024
1 parent 584fe45 commit 4926b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help:
.PHONY: minikube-start
minikube-start: # @HELP Start a local k8s cluster using minikube
minikube-start:
minikube --profile minikube-wbaas start --kubernetes-version=1.28.9
minikube --profile minikube-wbaas start --kubernetes-version=1.28.9 --container-runtime=docker

.PHONY: minikube-stop
minikube-stop: # @HELP Stop the local minikube cluster
Expand Down

0 comments on commit 4926b0d

Please sign in to comment.