Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I recently updated my cursor IDE to v3.0.9 and i am using the Kubernetes extension (v1.3.26) along with anysphere dev containers (v1.0.32).
My work environment is set up in the following way
- Connecting to a kubernetes login server using the remote SSH extension (v1.0.47).
- Installing the kubernetes extension on the login server using the remotely connected IDE.
- Accessing the pods from the kubernetes extension in thr IDE
- Attaching IDE to my pod by Right Click → “Attach Cursor”.
The 4th step does not work for me and I get an error from the IDE saying -
Error running command remote-containers.attachToK8sContainerFromViewlet: [kubectl get] Command failed with exit code 1: stdout: { “apiVersion”: “v1”, “items”: , “kind”: “List”, “metadata”: { “resourceVersion”: “” } } . This is likely caused by the extension that contributes remote-containers.attachToK8sContainerFromViewlet.
But the I have checked again and the the kubectl get command works in the terminal and I am able to access pods as well but attaching Cursor does not seem to work for some reason. Also, this was working before in one of the previous versions but after updating Cursor, I believe something must have broken and is not working for me now. I have also checked other details like correct namespace and cluster and it seems to be correctly set up.
Also manually attaching with Dev Containers gives me the same error as shown in the screenshot.
Steps to Reproduce
Steps mentioned above
Expected Behavior
Should attach with my currently running pod
Screenshots / Screen Recordings
Operating System
Linux
Version Information
Version: 3.0.9 (Universal)
VSCode Version: 1.105.1
Commit: 93e276db8a03af947eafb2d10241e2de17806c20
Date: 2026-04-03T02:06:46.446Z (3 days ago)
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0
Does this stop you from using Cursor
Yes - Cursor is unusable

