Christian Moser
Christian Moser
I don't really see any SRV LookupDNS log entries. Looks like the request is not really forwarded to traffic-manager ``` WARNING: [Channel: (//headless-svc.namespace)] Failed to resolve name. status=Status{code=UNAVAILABLE, description=NameResolver returned...
> Try `telepresence loglevel debug`, then try the `nslookup` again and check the `daemon.log`. Does the DNS lookup show up there? There is actually nothing in the daemon.log referring to...
@thallgren Ok, I integrated the cache fixed into my build and tested the provided host command. I tested first without `include-suffixes` set to `tada.se` and I received the SRV response...
> @onmomo must be some macOS specific behavior then (I'm mostly on Linux). I won't be able to look into that until Tuesday next week at the earliest, because I'm...
@thallgren thanks a lot for figuring this out. Providing the **full service name**, it works but only sometimes most likely due to the following error reported in the daemon logs....
@donnyyung yes, it seems not implemented (https://github.com/telepresenceio/telepresence/issues/1863)
Works now with argoCD, due to this fix! * https://github.com/telepresenceio/telepresence/issues/2824 Guess this issue can be closed.
any chance to bump the scalapb buf module to the latest scalapb version? * https://buf.build/scalapb/scalapb We are currently integrating buf into our dev workflow and would like to jump to...
I can try to open a PR later if I find the time. The main issue is to get rid of the kubectl proxy container to allow the job to...
You could try to ssh into the container and run `systemctl status os-config-devicekey.service` to get more information why it failed to load. `docker exec -it containerID sh` and check if...