Tom Wilkie

Results 40 comments of Tom Wilkie

Yeah, thats an unfortunate side effect of https://github.com/weaveworks/kubediff/pull/31. @awh can we improve this?

+1 On Thu, 1 Dec 2016 at 14:45, Jonathan Lange wrote: > When doing local development, I often don't have the entire cluster > deployed, just the things I'm interested...

_From @rade on August 5, 2016 9:15_ more info from user... "would like to remove process view, in essence it should be at least limited to what they kubernetes policy...

At best this belongs in the scope repo, this would probably be implemented in the probe.

Just hit this issue too, updating to 5.7; appears this person also had the issue: https://community.home-assistant.io/t/hassio-wont-start-failed-to-start-docker-application-container-engine/95407/31 The file seems to be pretty empty: ``` root@ubuntu:~/mnt/etc/docker# hexdump -C key.json 00000000 00...

Sorry I meant 7.6 (I don't know where I got that number from). Post update the reboot failed; I booted off an Ubuntu stick and deleted the key.json, and then...

This is perhaps a more relevant blog post: https://www.weave.works/weave-gossip-dns/ On Mon, Aug 1, 2016 at 5:21 PM, Martynas Pumputis [email protected] wrote: > Hi @vtolstov https://github.com/vtolstov, > > The WeaveDNS (blog...

Thanks @sergiitk! Looks like they're using absolute URLs: https://github.com/sergiitk/pagerbeauty/blob/e217a7991b7883312f4ab4a5dab86153d4d61c7c/src/assets/javascripts/ui-pagerbeauty.jsx#L32

``` $ git ls-files -- '*.go' | grep -vE '^(vendor|prog|experimental)/' | xargs -n1 dirname | sort -u | sed -e 's|^|./|' | xargs -n1 go list -f '{{.Name}}: {{ .Imports...

tools/runner and tools/socks seem to be the offending candidates (bringing in `github.com/weaveworks/docker/pkg/mflag`)