This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -x | |
## Setup http://labs.play-with-k8s.com/ env ala' jjo | |
# YEAH I TRUST RUNNING STUFF DIRECTLY AS ROOT way -> | |
# | |
# bash -x <( curl -L https://gist.githubusercontent.com/rossbachp/45c079fe3e551efe29826a2e49a61067/raw/5c6c5055148ad9f53cb9690f799a9b5c25b1fef6/play-with-k8s.com-jjo-setup.sh ) | |
# | |
# | |
# Initialize cluster and FIXUP some play-with-k8s annoyances | |
test -d /etc/kubernetes/pki || ( |