Justin Santa Barbara
Justin Santa Barbara
Not sure where the problem lies here, but external systems reference gopkg.in/v2/yaml , which cannot be resolved by go get (go get gopkg.in/yaml.v2 works though) e.g. https://github.com/GoogleCloudPlatform/kubernetes/blob/master/Godeps/Godeps.json Is that incorrect,...
Ensure makefiles also get license headers.
I had some problems pushing, and I narrowed them down to bzr-fastimport. The stack trace shows an extra argument "control" being passed in cmds.py, and that looks to have been...
What is the downside of using cloud-initramfs-growroot to resize the root (@JamesBromberger )? cloud-initramfs-growroot seems to "work for me" to resize the root partition. But you've gone to a lot...
We aim to create one column that shows the current activity, to give users a single column to watch.
A slightly awkward implementation, but this allows for direct creation of packages without a base.
When we use `--input-dirs ./...` deepcopy-gen / defaulter-gen cannot determine the package name, it appears (unless GOPATH is set). Instead use the fully-qualified path as we're using for other generators....
Sorry for what is a very similar issue to the ones for Java & Python. Not sure if I'm doing something wrong, but IntelliJ won't recognize protobuf-generated types in my...
This is a WIP integration branch exploring how we can use the etcdadm initsystem (which supports kubelet launching, systemd launching and exec launching in this PR) to run etcd. This...
We can rationalize the code-paths here, to make reuse easier.