Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udpate kube version in minikube testdrive
Browse files Browse the repository at this point in the history
matt-deboer committed Sep 21, 2017
1 parent 75074c2 commit 223de63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-drive-minikube.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

minikube start \
--kubernetes-version v1.7.0 \
--kubernetes-version v1.7.5 \
--extra-config apiserver.Authorization.Mode=RBAC \
--extra-config apiserver.Authentication.RequestHeader.AllowedNames=auth-proxy \
--extra-config apiserver.Authentication.RequestHeader.ClientCAFile=/var/lib/localkube/certs/ca.crt \

0 comments on commit 223de63

Please sign in to comment.