Daniel Nephin

Results 312 comments of Daniel Nephin

https://github.com/stretchr/testify/issues/535 seems relevant. Might want to use https://github.com/google/go-cmp instead. It [worked well for me](https://godoc.org/gotest.tools/assert).

I've done something similar using `type` instead of `action`: - https://github.com/Yelp/docker-custodian/blob/1b7040a4327258db336310e17cf3ebfdfa7e739f/docker_custodian/docker_gc.py#L196-L201 - https://github.com/Yelp/docker-custodian/blob/1b7040a4327258db336310e17cf3ebfdfa7e739f/docker_custodian/args.py#L7-L15

Thank you for reporting this issue! I was just running a Consul agent locally to debug a different issue and I noticed this problem happens at the same time as...

I believe these messages can be ignored. We periodically rebalance servers in the connect pool, and it looks like doing so is causing gRPC to emit these warnings. It seems...

If this log message was coming directly from Consul this would be much easier to fix. Unfortunately the log message is coming from a library (gRPC), which makes it a...

Thank you for the PR! I was hoping to add support for this. I'll get CI working again and have a look at the change in more detail in the...

I think it should be safe to ignore these errors. They are for features that don't really get used by `local execute`. We should probably disable them instead of just...

> this local build doesn't seem to follow workflows, only runs the first task? That is correct, workflows are not supported locally.

This would be very useful, it would fix one of the pain points I hit with https://github.com/yelp/docker-custodian A section for daemon-local mutable meta data would have multiple uses, including #25728.

Thanks for raising this issue! I believe that error message can be printed any time `kubectl` has trouble listing resources in the cluster, so we'll need more information to find...