Skip to content

Commit

Permalink
Allow using regular users to access the minikube client key (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Feb 28, 2019
1 parent 84a8639 commit f3db15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup-minikube-for-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ touch $HOME/.kube/config
export KUBECONFIG=$HOME/.kube/config
sudo -E minikube start --vm-driver=none
sudo -E minikube addons enable ingress
sudo -E chmod a+r ~/.minikube/client.key

# this for loop waits until kubectl can access the api server that Minikube has created
set +e
Expand Down

0 comments on commit f3db15a

Please sign in to comment.