-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error when trying to run Merbridge in debug mode (VScode) #239
Comments
It looks like you don't have |
For vscode, you should change the go version of vscode used to 1.19(try google). |
installing these fixed the issue but now I am getting this error 2022-11-06T14:07:52.281386Z error klog pkg/mod/k8s.io/client-go@v0.25.1/tools/cache/reflector.go:169: Failed to watch *v1.Pod: failed to list *v1.Pod: Get "https://127.0.0.1:45007/api/v1/pods?fieldSelector=spec.nodeName%3Droy&limit=500&resourceVersion=0": dial tcp 127.0.0.1:45007: connect: connection refused Do I need a running k8s cluster with istio installed on it ? |
Yes, you need to install a Kubernetes cluster with Istio locally. |
Bug Description
Version
The text was updated successfully, but these errors were encountered: