Skip to content

Commit

Permalink
moved back to master minus sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Mar 4, 2021
1 parent a8b4523 commit fe1f4b8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions actions/action-install-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# Install conntrack (required for the none driver)
sudo apt install conntrack

sudo apt install virtualbox
# Start Minikube with `none` driver
minikube start --driver=none --kubernetes-version 1.19.6

# Update permissions for .kube and .minikube
#sudo mv /root/.kube /root/.minikube $HOME
mkdir -p $HOME/.kube $HOME/.minikube
sudo chown -R $USER $HOME/.kube $HOME/.minikube

# Start Minikube with `none` driver
minikube start --driver=none --kubernetes-version 1.19.6

# Run Minikube Tunnel
sudo nohup minikube tunnel >/tmp/tunnel.out 2>/tmp/tunnel.out &

Expand Down

0 comments on commit fe1f4b8

Please sign in to comment.