Jacob Henner

Results 46 comments of Jacob Henner

@GrayHatter I don't believe so. Unlike Tor, these nodes don't have IPv4/IPv6 addresses which they could insert into the DHT.

> It seems that he's in some highly censored network where Tox clients are unable to find each other in the DHT, but can still connect directly if supplied with...

Regarding the decision tree [from the docs](https://linkerd.io/2.11/features/protocol-detection/#configuring-protocol-detection): ![image](https://user-images.githubusercontent.com/144119/163652654-b1b8efa6-ce64-45e1-9db0-9ba06e3bc7c8.png) * Wrapping in TLS is not a sufficient workaround either. Several of the default-opaque ports belong to applications which use a starttls...

> In the meantime, you can set the `config.linkerd.io/enable-external-profiles: "true"` annotation on workloads, which should have the same effect. Thanks for looking into this, I'll give this a try. However,...

> I'll provide an update after testing. I tested by adding `config.linkerd.io/enable-external-profiles: "true"` to a workload that connects to an out-of-cluster MySQL service that's within the same private address space....

`config.linkerd.io/enable-external-profiles: "true"` did not solve the issue - is there additional configuration required to get the proxies to recognize the non-meshed IP as an external service? I enabled debug logging...

The relevant new loglines are: ``` [ 69.191838s] DEBUG ThreadId(01) outbound:accept{client.addr=100.64.57.205:47896}:server{orig_dst=10.12.0.7:3306}:profile: linkerd_app_outbound::switch_logical: No profile; forwarding to the original destination [ 69.191857s] DEBUG ThreadId(01) outbound:accept{client.addr=100.64.57.205:47896}:server{orig_dst=10.12.0.7:3306}:profile: linkerd_app_outbound::http::detect: Attempting HTTP protocol detection ```

> @JacobHenner OK, I think I've tracked down the issue and should have a fix in `config.linkerd.io/proxy-version: opaque.ddf0ce28` -- i'm getting tests together and will try to include this in...

I'm working on hacking together an informer-like object for kubernetes_asyncio. If it turns into something useful I'll publish it and link it here for reference. Regarding the comment above: >...

Also experiencing this issue - perhaps related to https://github.com/johnpapa/vscode-peacock/issues/480#issuecomment-971183705 / https://github.com/johnpapa/vscode-peacock/issues/480#issuecomment-971148980 I use Windows locally, connected to a remote Linux session over SSH. In a new project, peacock sets the...