Skip to content

Commit

Permalink
Use localkube not kubeadm
Browse files Browse the repository at this point in the history
  • Loading branch information
tombentley committed Apr 17, 2018
1 parent 2348ccd commit 2358f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/setup-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ "$TEST_CLUSTER" = "minikube" ]; then
docker run -d -p 5000:5000 registry

export KUBECONFIG=$HOME/.kube/config
sudo -E minikube start --vm-driver=none --insecure-registry localhost:5000 --extra-config=apiserver.authorization-mode=RBAC
sudo -E minikube start --vm-driver=none --insecure-registry localhost:5000 --extra-config=apiserver.authorization-mode=RBAC --bootstrapper=localkube
sudo -E minikube addons enable default-storageclass

wait_for_minikube
Expand Down

0 comments on commit 2358f37

Please sign in to comment.