Skip to content

Instantly share code, notes, and snippets.

View pmichali's full-sized avatar

Paul Michali pmichali

View GitHub Profile
@pmichali
pmichali / Steps
Last active December 2, 2016 13:37 — forked from danehans/Steps
vagrant_vbox_kubeadm
# Install Vagrant on your Mac: https://www.vagrantup.com/
# Here is the version I use
$ vagrant --version
Vagrant 1.8.1
# Virtualbox (vbox) is the default Vagrant provider, so it should be installed with Vagrant.
# I use vbox v5.0.16. If you need to install vbox, follow these directions: https://www.virtualbox.org/
# Copy the Vagrant file in this gist to your laptop.