Oliver Gould
                                            Oliver Gould
                                        
                                    @agend I think that's correct; but I imagine prost users would generally benefit from this, so we may want to propose a breaking change.
@clux I think it's a pretty trivial PR but, practically, it's probably blocked on ihrwein/backoff#53 -- while we can change the backoff clock, we can't really avoid panics due backoff's...
The last `jq` release was nearly 4 years ago, so I'm not holding my breath on this feature being addressed anytime soon. I'll note that we've been using [`json5-to-json`](https://github.com/callum-oakley/json5-to-json) as...
This is a problem with your dockerfile: > ``` > FROM scratch > ARG VERSION="dev" > COPY --from=base /image / > RUN mkdir -p /etc && \ > echo 'hosts:...
@MihaiSandor Good question! I'm not a k3s maintainer, but I can try to figure this out with you :) Re: my original answer, we can confirm that with a simple...
I'm a little worried that this feature (not the implementation) will create friction when other clients need to access the proxy, especially if this is used in non-default-deny clusters. We...
Hmmm, this is what I see: ```console $ k get po -o yaml -n emojivoto | grep proxy-version linkerd.io/proxy-version: "" linkerd.io/proxy-version: "" linkerd.io/proxy-version: "" linkerd.io/proxy-version: "" $ k get deploy...
That's the default in helm: https://github.com/linkerd/linkerd2/blob/b7387820c315bd769380267235cfaa69aeef269d/charts/linkerd-control-plane/values.yaml#L101-L118
> We believe it's the GO DNS resolution issue, and providing another library version for mac users as an alternative using CGO? would solve the issue. > > ... `GODEBUG=netdns=cgo`...
Looking at https://github.com/golang/go/issues/12524, it looks like this is impacting many other projects in the ecosystem, so I'm hopeful we'll get a fix upstream. I wonder if it's a good idea...