Chris Kühl
Chris Kühl
If `/var/run/docker.sock` is not present on the OSX host, the studio, which runs in a Linux VM, is not correctly configured to use Docker. **Background** When using Docker on a...
don't want to have to hunt down the file everytime I need to switch clusters. I'd like to always be able to do something like export KUBECONFIG=`kube-spawn -c mycluster --kubeconfig`...
The format string in the FlagUsages method of FlagSet currently is set like this... ``` format = format + ": %s\n" ``` It would be nice to be able to...