Skip to content

Instantly share code, notes, and snippets.

@ptrstpp950
Last active November 25, 2018 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptrstpp950/ac70ad4da3f53a13a3efc63660a2a7dd to your computer and use it in GitHub Desktop.
Save ptrstpp950/ac70ad4da3f53a13a3efc63660a2a7dd to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get --assume-yes install virtualbox
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.30.0/minikube-linux-amd64
chmod +x minikube
sudo mv minikube /usr/local/bin/
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.10.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo cp kubectl /usr/local/bin/ && rm kubectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment