You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I try to start bridge with the isolateAs parameter I get this error: Failed to establish a connection. Error: Internal Server Error: Object 'Kind' is missing in '{"metadata":{"labels":{"routing.visualstudio.io/component":"routingmanager"},"name":"routingmanager-role","namespace":"XXX"},"rules":[{"apiGroups":[""],"resources":["pods"],"verbs":["watch","get","list","delete"]},{"apiGroups":[""],"resources":["services","configmaps"],"verbs":["list","create","update","delete"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses"],"verbs":["watch","list","create","update","delete"]},{"apiGroups":["apps","extensions"],"resources":["deployments","deployments/status"],"verbs":["get","list","create","update","delete"]},{"apiGroups":["traefik.containo.us"],"resources":["ingressroutes"],"verbs":["get","create","apply","list","delete","update"]}]}'
Mention the platform you are using
vscode 1.85.1
To Reproduce
Not really sure how, but this is my configuration:
launch.json
@hsubramanianaks thank you for your fast answer 🙏 We do not find any logs in $HOME/tmp/Bridge To Kubernetes or /tmp/Bridge To Kubernetes, with the CLI or the vscode extension. Did the path changed ?
@louis-genestier Mac location is different -
sample vscode logs - /Users/xxxx/Library/Application Support/Code/logs/XXX/exthost4/mindaro.mindaro/mindaro-vscode-2022-07-19T18-16-13.263Z.txt
CLI logs location can be found in the vscode logs I guess. I can try myself and let you know. Meanwhile can you check in this location. Another easier way to find , Output window --> Bridge To Kubernetes would show you the right path. Thank you.
Describe the bug
When I try to start bridge with the
isolateAs
parameter I get this error:Failed to establish a connection. Error: Internal Server Error: Object 'Kind' is missing in '{"metadata":{"labels":{"routing.visualstudio.io/component":"routingmanager"},"name":"routingmanager-role","namespace":"XXX"},"rules":[{"apiGroups":[""],"resources":["pods"],"verbs":["watch","get","list","delete"]},{"apiGroups":[""],"resources":["services","configmaps"],"verbs":["list","create","update","delete"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses"],"verbs":["watch","list","create","update","delete"]},{"apiGroups":["apps","extensions"],"resources":["deployments","deployments/status"],"verbs":["get","list","create","update","delete"]},{"apiGroups":["traefik.containo.us"],"resources":["ingressroutes"],"verbs":["get","create","apply","list","delete","update"]}]}'
Mention the platform you are using
vscode 1.85.1
To Reproduce
Not really sure how, but this is my configuration:
launch.json
tasks.json
Expected behavior
It should allow me to be able to start debugging in isolation
Desktop (please complete the following information):
Additional context
Kube version if it can help: v1.28.4-eks-8cb36c9
The text was updated successfully, but these errors were encountered: