telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.43k stars 507 forks source link

telepresence helm install: error: the helm operation timed out. The current timeout 30s can be configured as "timeouts.helm" in "/root/.config/telepresence/config.yml" #3635

Open romanticlie opened 6 days ago

romanticlie commented 6 days ago

Describe the bug A clear and concise description of what the bug is.

Additionally, if you are using Telepresence 2.4.4 and above, please use telepresence loglevel debug to ensure we have the most helpful logs, reproduce the error, and then run telepresence gather-logs to create a zip file of all logs for Telepresence's components (root and user daemons, traffic-manager, and traffic-agents) and attach it to this issue. See an example command below:

telepresence loglevel debug

* reproduce the error *

telepresence gather-logs --output-file /tmp/telepresence_logs.zip

# To see all options, run the following command
telepresence gather-logs --help

To Reproduce Steps to reproduce the behavior:

  1. When I run '...'
  2. I see '....'
  3. So I look at '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Versions (please complete the following information):

VPN-related bugs: If you're reporting an issue around telepresence connectivity when using a VPN, and are running Telepresence 2.4.8 or above, please also attach the output of telepresence test-vpn, and the following information:

Additional context Add any other context about the problem here.

cindymullins-dw commented 4 days ago

Are you also seeing "failed to clean up leftover release history" error when using telepresence helm commands, b/c former secrets from previous installs may contribute to this issue. Have you tried telepresence helm uninstall then telepresence helm install.

With Openshift, some users have reported success with this error by running

oc project ambassador oc adm policy add-scc-to-user anyuid -z traffic-manager

If you’re on 2.4.4 that version is pretty old now. Can you try with the latest and let us know if the error persists?