klb
klb copied to clipboard
Nash library to automate cloud infrastructure management
Right now CI is failing all the time on tests that when I run isolated works perfectly on my host. But when I try to run all tests I get...
I was thinking about how to perform blue/green updates that works well with two scenarios that I know we have: * the entire old resource group will be removed after...
I think a build script should be idempotent. This is expected behavior for most build scripts. It means, if I run the script again and nothing changed the script should...
The way we do login today is practical but obligates the user to export env vars (credentials could be loaded from other place) and also does not make dependencies explicit...
There is a new cli made in python that can create k8s cluster integrated on Azure Container Services: https://channel9.msdn.com/Shows/Azure-Friday/Kubernetes-Support-in-Azure-Container-Services It seems really cool, although requires a new cli and it...
Logs: ``` cd tests/azure && go test -parallel 30 -timeout 30m -race -run= ./... -args -logger file ================== WARNING: DATA RACE Write at 0x00c4200db880 by goroutine 31: os.(*file).close() /home/travis/.gimme/versions/go1.7.linux.amd64/src/os/file_unix.go:143 +0x124...