Skip to content

Commit

Permalink
updated minikube & kubectl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
burrsutter committed Feb 26, 2020
1 parent 1f17c86 commit cc4443f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0_quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ cd bin
Some lines are Mac OS based, but if you are on Linux, change `darwin` to `linux`.

----
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v1.4.0/minikube-darwin-amd64
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v1.7.2/minikube-darwin-amd64
chmod +x minikube
./minikube version
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/darwin/amd64/kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.15.0/bin/darwin/amd64/kubectl
chmod +x kubectl
Expand Down

0 comments on commit cc4443f

Please sign in to comment.