Skip to content

Commit ca8a8d2

Browse files
committed
minikube-test-cluster needed the ensure-build-image dependency
The Make target `minikube-test-cluster` didn't have the `ensure-build-image` dependency, so if you started a cluster, without having the image already available, the creation of the minikube cluster would fail.
1 parent 2b187fc commit ca8a8d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ clean-gcloud-config:
301301
#
302302
# Use MINIKUBE_DRIVER variable to change the VM driver
303303
# (defaults virtualbox for Linux and macOS, hyperv for windows) if you so desire.
304-
minikube-test-cluster: minikube-agones-profile
304+
minikube-test-cluster: ensure-build-image minikube-agones-profile
305305
$(MINIKUBE) start --kubernetes-version v1.9.4 --vm-driver $(MINIKUBE_DRIVER) \
306306
--extra-config=apiserver.Admission.PluginNames=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota \
307307
--extra-config=apiserver.Authorization.Mode=RBAC

0 commit comments

Comments
 (0)