Pires
Pires
For instance, in `protocol_test.go`, there are many repetitions of code that binds to a socket (listen), accepts connections, writes and reads data from each connection. I think these can be...
``` $ golint ./... addr_proto.go:7:2: exported const UNSPEC should have comment (or a comment on this block) or be unexported header.go:15:2: comment on exported var SIGV1 should be of the...
See original issue https://github.com/pires/docker-elasticsearch-kubernetes/issues/25. Succinctly, one needs to implement log rotation both for the container and the host. I suggest using CronJobs. This should be optional.
..and its impact in case GCS lifecycle is configured.
We need to make sure users of this library are aware of this when cross-compiling their apps. See https://github.com/golang/go/blob/master/src/os/user/cgo_lookup_unix.go#L46-L50
Mixing library code and dependencies with examples seems a little messy and actually limits adopting dependency management solutions like `glide` (see #283). Therefore, I suggest moving examples to a new...
`kube-scheduler` and `kube-controller-manager` won't start because of this. ``` Sep 02 09:46:01 master systemd[1]: Starting Export Hyperkube rkt image for usage in worker nodes... Sep 02 09:46:01 master rkt[1290]: image:...
With the release of Kubernetes 1.4.0, there's now `kubeadm`, a tool that makes it even easier to bootstrap a cluster. It would be interesting to adopt this in a separate...
- `get-cli` downloads `kubectl` and `dcos` to the working directory. It never checks if the binaries are already available, if the version matches, etc. before downloading, so every call downloads...