Christian Moser

Results 24 comments of Christian Moser

Has anybody worked around this? Thinking about a PostSync hook but this would require a dedicated pod to connect with the Jira API and a solution to get the git...

We also try to install the telepresence helm chart (2.6.4) and try to connect to it with the same issue. I noticed that the helm chart adds fewer annotations than...

> Just encountered this issue with ArgoCD as well. I think the root issue is that when ArgoCD deploys a helm chart, it doesn't actually use `install` or create a...

@LukeShu Any chance to include this fix in the pre-release?

@thallgren We run into a very similar issue as @johnlanni explained. We use the Akka GRPC client to load balance the GRPC request leveraging k8s headless service to lookup the...

> thallgren/dns-experiments Great! :-) Happy to test the branch. I tried to build it but it seems to miss some dns dependencies. ``` # github.com/telepresenceio/telepresence/rpc/v2/manager TELEPRESENCE_VERSION=v2.7.1 make install rpc/manager/manager_grpc.pb.go:104:37: undefined:...

@thallgren ok thanks, tried again. Looks like the MacOS build has issues now. ``` TELEPRESENCE_VERSION=v2.7.2-alpha.0 make generate install # github.com/telepresenceio/telepresence/v2/pkg/client/rootd/dns pkg/client/rootd/dns/server_darwin.go:182:73: not enough arguments in call to s.Run have (context.Context,...

> @onmomo should be OK now. I rebased it and did a `make generate` so you should be able to build from what's there now. was able to `make generate...

@thallgren I managed to build and push the image. (M1 fix -> https://github.com/telepresenceio/telepresence/pull/2759). Then uninstalled the traffic manager and installed again via telepresence helm install. Unfortunately, it behaves the same...