Skip to content

Commit

Permalink
Upgrade minikube to K8s 1.11
Browse files Browse the repository at this point in the history
Whoops, missed this change in the 1.11 upgrade.
  • Loading branch information
markmandel committed Dec 28, 2018
1 parent 018972d commit b492850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,7 @@ clean-gcloud-config:
minikube-test-cluster: DOCKER_RUN_ARGS+=--network=host -v $(minikube_cert_mount)
minikube-test-cluster: $(ensure-build-image) minikube-agones-profile
# localkube bootstrapper fixes issues with profiles
$(MINIKUBE) start --kubernetes-version v1.10.0 --vm-driver $(MINIKUBE_DRIVER) \
--extra-config=apiserver.admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota \
$(MINIKUBE) start --kubernetes-version v1.11.5 --vm-driver $(MINIKUBE_DRIVER) \
--extra-config=apiserver.authorization-mode=RBAC
# wait until the master is up
until docker run --rm $(common_mounts) $(DOCKER_RUN_ARGS) $(build_tag) kubectl cluster-info; \
Expand Down

0 comments on commit b492850

Please sign in to comment.