Skip to content

Commit

Permalink
Merge pull request #170 from OpenLiberty/qa
Browse files Browse the repository at this point in the history
Merge qa to master: Update startMinikube.sh (#169)
  • Loading branch information
gkwan-ibm authored Apr 16, 2021
2 parents d25ae2b + feb73bb commit dcad31a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions scripts/startMinikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
ln -s -f "$(pwd)/kubectl" "/usr/local/bin/kubectl"
wget https://github.com/kubernetes/minikube/releases/download/v0.28.2/minikube-linux-amd64 -q -O minikube
chmod +x minikube
#wget https://github.com/kubernetes/minikube/releases/download/v0.28.2/minikube-linux-amd64 -q -O minikube
#chmod +x minikube

apt-get update -y
apt-get install -y conntrack

sysctl fs.protected_regular=0

minikube start --vm-driver=none --bootstrapper=kubeadm
eval "$(minikube docker-env)"
minikube start --driver=none --bootstrapper=kubeadm
#eval "$(minikube docker-env)"

0 comments on commit dcad31a

Please sign in to comment.