DoneSpeak
DoneSpeak

Reputation: 333

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 start
# connect
telepresence connect

Fail to connect to k8s with telepresence connect

Launching Telepresence Root Daemon
Launching Telepresence User Daemon
Telepresence Root Daemon quitting... done
Telepresence User Daemon is already stopped
telepresence: error: connector.Connect: kubeconfig has no context definition

Upvotes: 4

Views: 2108

Answers (1)

김태훈
김태훈

Reputation: 11

I faced the same problem. So, I tried with different version.

In my case, v2.5.8 works well.

Upvotes: 0

Related Questions