Skip to content

Commit

Permalink
minikube istio readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Nov 15, 2018
1 parent 7a5a07e commit 40596b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion istio/README.minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ minikube start --memory=8192 --cpus=4 --kubernetes-version=v1.10.0 --vm-driver=`
## download (1.0.3):
```
cd ~
wget https://github.com/istio/istio/releases/download/1.0.3/istio-1.0.3-linux.tar.gz
wget https://github.com/istio/istio/releases/download/1.0.3/istio-1.0.3-linux.tar.gz # linux
wget https://github.com/istio/istio/releases/download/1.0.3/istio-1.0.3-osx.tar.gz # macos
tar -xzvf istio-1.0.3-linux.tar.gz
cd istio-1.0.3
echo 'export PATH="$PATH:~/istio-1.0.3/bin"' >> ~/.profile
Expand Down

0 comments on commit 40596b1

Please sign in to comment.