unikubehq / cli

The convenient command line interface (CLI) to the unikube platform. :computer:
https://unikube.io
Apache License 2.0
18 stars 1 forks source link

Could not start Telepresence deamon on `unikube project up` #126

Open ViggieM opened 3 years ago

ViggieM commented 3 years ago

console error: [ERROR] Could not start Telepresence daemon: ['Launching Telepresence Root Daemon\n', "Need root privileges to run: /usr/local/bin/telepresence daemon-foreground /home/victor/.cache/telepresence/logs /home/victor/.config/telepresence ''\n", 'Launching Telepresence User Daemon\n', 'Telepresence Root Daemon quitting... done\n', 'telepresence: error: connector.Connect: the traffic manager gRPC API timed out. The current timeout 15s can be configured as "timeouts.trafficManagerAPI" in "/home/victor/.config/telepresence/config.yml"\n', '\n', 'See logs for details (4 errors found): "/home/victor/.cache/telepresence/logs/connector.log"\n']

daemon.log connector.log

Schille commented 3 years ago

There is a fix introduced in https://github.com/unikubehq/cli/commit/d8e1b2787e9ddc02a57fa6ed66cbd1ed901c9b04 (available from version 0.10.0-dev4). I kindly ask you to check it out and see if this error persists. Note: this is actually an error from Telepresence. We did not find a configuration option to increase the timouts without writing a file to disk.

buschNT commented 3 years ago

Is this issue fixed?

Schille commented 3 years ago

Unfortunately, this is not resolved. There are a couple of issues related to Telepresence timeouts.