Telepresence is an open-source, CNCF sandbox project developed by Ambassador Labs.
Questions tagged [telepresence]
29 questions
5
votes
0 answers
telepresence agent install timed out
Have a k8s cluster in gcloud, in which running a few http applications.
Used to debug with telepresence from localhost without issue.
But today it always hit agent install time out error.
kubectl to the cluster, no issue.
telepresence…

David
- 420
- 2
- 5
- 18
4
votes
1 answer
telepresence: error: connector.Connect: kubeconfig has no context definition
Unable to connect to k8s with telepresence. I using minikube as my util to manage k8s and using telepresence to develop my code with k8s. Sometimes it will work, but sometimes I cann't connect to k8s.
The command I used.
# start the k8s
minikube…

DoneSpeak
- 323
- 2
- 12
3
votes
1 answer
telepresence: error: connector.Connect: the traffic manager gRPC API timed out
when I using this command in macOS Monteney 12 to connect to kubernetes(1.23) cluster:
telepresence connect
show error like this:
telepresence: error: connector.Connect: the traffic manager gRPC API timed out. The current timeout 15s can be…

Dolphin
- 29,069
- 61
- 260
- 539
3
votes
0 answers
unsupported traffic-manager error when using "telepresence --swap-deployment" command
My command is:
telepresence --swap-deployment {project_name} --expose 8080 --namespace {project_namespace}
And the error msg is:
connector.Connect: rpc error: code = Unknown desc = unsupported traffic-manager version 2.4.0. Minimum supported version…

Ye Luo
- 31
- 1
2
votes
2 answers
How do I install telepresence version 1 in ubuntu 22.04?
I am trying to install telepresence version 1 in ubuntu 22.04 but I don't have the download links to it.

Tomato Plant
- 25
- 4
2
votes
0 answers
telepresence: error: workload "xxx-service.default" not found
I have this chart of a personal project deployed in minikube:
---
# Source: frontend/templates/service.yaml
kind: Service
apiVersion: v1
metadata:
name: xxx-app-service
spec:
selector:
app: xxx-app
ports:
- protocol: TCP
…

shackra
- 277
- 3
- 16
- 56
2
votes
1 answer
Telepresence Connection Error - Traffic Manager version unsupported, must be 2.4.5 or higher while it is 2.6.5
I have started to face this problem. While trying to connect, I am facing an error stating that my traffic-manager version is 2.1.5 and it should be at least 2.4.5.
"telepresence connect" command checks for new versions and modifies it if there is…

Anilis
- 21
- 3
2
votes
2 answers
Telepresence Commands Pop Up an Ambassador Cloud Login Window
For some reason, when I run some Telepresence commands, I get a browser window popping up prompting me to log in to Ambassador Cloud. But I'm not using Ambassador Cloud.
In addition to the browser window, the command shows a message to this effect.…

Mark
- 4,970
- 5
- 42
- 66
2
votes
0 answers
Volume Mount not working with Telepresence intercept
I am new to telepresence and trying to use personal interception in telepresence. I have access to running kubernetes env, where i am trying to use it learn it as well but I am unable to do telepresence interception to volume mount issue.
Things…

Tarun Bharti
- 185
- 3
- 17
2
votes
1 answer
Telepresence with SSH Tunnel for Kubernetes
I have a remote privately managed Kubernetes cluster that I reach by going via an intermediary VM. To use kubectl from my machine I have setup an SSH tunnel that hops onto my VM and then onto my master node - this works fine.
I am trying to…

mchinaloy
- 1,444
- 3
- 25
- 42
2
votes
0 answers
Connections to Telepresenced service get 502 errors
I'm working with a few services in a kubernetes cluster. I'm trying to implement telepresence to allow local debugging of code in the cluster, or potential changes in pull requests. The services in the cluster are running SpringBoot REST…

David M. Karr
- 14,317
- 20
- 94
- 199
1
vote
1 answer
HTTP/2 client preface string missing or corrupt for gRPC client in Kubernetes making call to local service using Telepresence
I am trying to prepare an environment for Integration testing of the Springboot application running inside Kubernetes cluster. I am using Telepresence which intercepts the traffic(gRPC APIs) in Kubernetes cluster to route it to locally running…

sharathchandra.ck
- 165
- 4
- 11
1
vote
1 answer
Installing telepresence with a pod security policy
I'm trying to install telepresence into a EKS cluster that has PodSecurityPolicy's. I've gotten the traffic manager installed by running helm on the traffic manager chart:
helm install traffic-manager -n ambassador datawire/telepresence…

Paul Johnson
- 1,329
- 1
- 12
- 25
1
vote
0 answers
why the telepresence 2 could not access the remote kubernetes cluster after connect
I want to use telepresence 2 to debug the app within remote kubernetes(v1.21) cluster in the Cloud. After installation of telepresence 2 in macOS Monterey, I am using this command to connect to the remote kubernetes cluster:
telepresence connect
To…

Dolphin
- 29,069
- 61
- 260
- 539
1
vote
1 answer
telepresence like alternative in AWS ECS Farget Cluster?
I have been working with Kubernetes for container orchestration and I have been using telepresence for swapping deployments from local to dev cluster and works like a charm. This also helps me in testing and fast iterations as I do not have to build…

Dinesh Gowda
- 1,044
- 3
- 13
- 29