darinpp

Results 4 comments of darinpp

I have the same problem ``` Launching Telepresence Daemon v2.3.1 (api v3) Connecting to traffic manager... Disconnecting...done Telepresence Daemon quitting...done telepresence: error: connector.Connect: failed to start traffic manager: failed to...

And a log file if that helps ``` cat connector-20210616T082811.log 2021/06/15 19:19:07.7824 info : No config found. Using default (from pkg/client/config.go:373) 2021/06/15 19:19:07.7827 info connector : --- (from pkg/client/connector/service.go:571) 2021/06/15...

Adding `v1beta1` to `AdmissionReviewVersions` seems to be fixing the connect. Haven't done much testing ``` git diff diff --git a/pkg/install/resource/injector_webhook.go b/pkg/install/resource/injector_webhook.go index 0104172c..35b3dd61 100644 --- a/pkg/install/resource/injector_webhook.go +++ b/pkg/install/resource/injector_webhook.go @@ -60,7...