Add a binary and scripts for running a local kubernetes cluster.

This commit is contained in:
Daniel Smith
2014-06-11 16:02:08 -07:00
parent 02d9cf2eb9
commit 8178240bbe
7 changed files with 221 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ import (
func HandleCrash() {
r := recover()
if r != nil {
log.Printf("Recovered from panic: %#v", r)
log.Printf("Recovered from panic: %v", r)
}
}