Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telepresence intercept timed out [v2.17] #3548

Open
aleboulanger opened this issue Mar 14, 2024 · 2 comments
Open

telepresence intercept timed out [v2.17] #3548

aleboulanger opened this issue Mar 14, 2024 · 2 comments

Comments

@aleboulanger
Copy link

Describe the bug
Unable to intercept traffic from macOS with telepresence 2.17

telepresence_logs.zip

To Reproduce
I followed the steps from the website

  • telepresence helm install
  • telepresence connect
  • curl -ik https://kubernetes.default
  • telepresence list
  • kubectl get service data-processing-pipeline-launcher --output yaml
  • telepresence intercept data-processing-pipeline-launcher --port 8080:8080 --env-file ~/data-processing-pipeline-launcher-intercept.env

Expected behavior
intercept the calls from the service

Versions (please complete the following information):

  • Output of telepresence version
    OSS Client : v2.17.0
    OSS Root Daemon : v2.17.0
    OSS User Daemon : v2.17.0
    OSS Traffic Manager: v2.17.0
  • Operating system of workstation running telepresence commands
    MACOS 14.3.1
  • Kubernetes environment and Version [e.g. Minikube, bare metal, Google Kubernetes Engine]
  • VMWARE with Kubernetes 1.26.14

VPN-related bugs:

Additional context
Add any other context about the problem here.

@cindymullins-dw
Copy link
Collaborator

Looking at the cli.log, I think it could be this problem (sshfs need to be installed for volume mounts ). Could you try following these instructions in the docs?

@cindymullins-dw
Copy link
Collaborator

You can probably disregard the advice on volume mounts. Instead, to follow up on this, the first thing to try would be to [increase the timeout], to allow more time for the agent to arrive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants