Skip to content

Instantly share code, notes, and snippets.

View tdeheurles's full-sized avatar

thibault deheurles tdeheurles

View GitHub Profile
@tdeheurles
tdeheurles / gist:4d7ab5332033214ff196
Created March 12, 2016 08:35
kmachine bootstrap for windows -- replace docker-toolbox start.sh
#!/bin/bash
if [[ $1 == TEST ]];then
rm -rf "/C/Users/$(whoami)/.kube"
fi
trap '[ "$?" -eq 0 ] || read -p "Looks like something went wrong... Press any key to continue..."' EXIT
# ENVIRONMENTS