Kevin Ingelman
Kevin Ingelman
Ahhh, ok, makes sense. Thanks for the clarification.
Hey @zsojma -- thanks for reporting this. I had previously opened #1132 to track changing the long span names to something more intelligible, but we ultimately decided against it. More...
@yurishkuro That sounds totally reasonable. I haven't looked at Finagle's trace implementation in a while. Do you know if it's possible to set span names to the normalized structure like...
@prdoyle Good question. Check out the `clearContext` server option, documented here: https://linkerd.io/config/1.1.3/linkerd/index.html#server-parameters
Relates to #766.
Hey @cmeury -- am not positive, but it appears that in the original post [hello-world.yml](https://raw.githubusercontent.com/linkerd/linkerd-examples/master/k8s-daemonset/k8s/hello-world.yml) was deployed. That version won't work on minikube unfortunately (see the note [here](https://github.com/linkerd/linkerd-examples/tree/master/k8s-daemonset#hello-world-1)). Try instead...
@cmeury woohoo! glad to hear it!
I ran into this issue today too, and verified that it's still a problem with the latest version of Minikube. I added some extra information to our README to hopefully...
Hey @JustinVenus, thanks for putting this together! This approach looks good, but would you mind putting it in a separate Dockerfile (maybe `Dockerfile-centos` or similar)? @stevej and I have been...
@JustinVenus Ok, great, thanks for updating. Can you also add a note about how to use this new Dockerfile in the `Packaging` section of the README? Sorry, should have mentioned...