Kevin Ingelman
Kevin Ingelman
Perhaps the Delayed::Job queue is order agnostic, but I would expect it to process jobs of the same priority in the same order as they were added to the queue....
### What problem are you trying to solve? When linkerd makes a cross-cluster request, the request flows from the source application pod running in cluster A, through the multicluster gateway...
We don't do any stat rewriting for namerd stats that are exported to prometheus (we do rewrite stats for linkerd, see #1061). As a result, we end up with stats...
First reported by @Ashald and @edio. In a demo setup where the number of destinations exceeds the bindingCache, the linkerd process leaks memory as it adds/removes clients to/from the cache....
Per the request in #1428, we should consider adding an additional [user header](https://linkerd.io/config/head/linkerd/index.html#user-headers) to set the trace id, so that users don't have to set the "l5d-ctx-trace" header, which requires...
First reported by @dlaidlaw. As of Kubernetes 1.7 (kubernetes/kubernetes#42717), we can now retrieve the host IP directly from the downward API via the `status.hostIP` field, without needing to rely on...
We should (maybe) consider updating the [`servicemesh.yml`](https://github.com/linkerd/linkerd-examples/blob/master/k8s-daemonset/k8s/servicemesh.yml) config to use the new `io.l5d.k8s.configMap` interpreter, such that dtabs for the running linkerds and be updated without restart. That might give users...
### What problem are you trying to solve? In my production application, the app containers are all logging to stderr instead of stdout. We've reserved stdout for lower-traffic logs. The...
### What problem are you trying to solve? This request is similar to #8134, and relates to #8003. I'm trying to join inbound and outbound metrics for a pod-to-pod cross-cluster...
### What problem are you trying to solve? I'm trying to select all resources installed by the `linkerd install` command, using the `linkerd.io/control-plane-ns` label. This works for all resources except...