Skip to content

Instantly share code, notes, and snippets.

View gjcarneiro's full-sized avatar

Gustavo J. A. M. Carneiro gjcarneiro

  • Gambit Research
  • London, UK
View GitHub Profile
@gjcarneiro
gjcarneiro / kubeadm-devbox.yaml
Last active August 27, 2018 03:47
ansible playbook to install kubernetes for devbox on ubuntu
#
# This playbook installs kubernetes on the local host for development purposes
# only. This assumes there is a local docker daemon running, and that docker
# doesn't use the latest "overlay2" filesystem driver (which kubernetes doesn't
# support).
#
# Should work on Ubuntu 16.04, in theory, and was tested on 17.04.
#