Missing "Attach Visual Studio Code" item in VS Code Kubernetes Pod right-click menu on Remote SSH instances
See original GitHub issueIn the docs here https://code.visualstudio.com/docs/remote/attach-container#_attach-to-a-container-in-a-kubernetes-cluster there is described, that Pod right-click menu must contain an “Attach Visual Studio Code” item to launch VS Code inside that container. But it is missing for me, if I try to do this from VS Code Remote SHH instance, here is the screenshot:
Other functions like Terminal, Port Forward, etc - exist and works well, kubectl
in console works well too.
What can cause this problem with missing “Attach to Kubernetes container” feature and how to fix this? Can I give any additional debug information to understand the source of this issue?
Extensions versions: Kubernetes: v1.3.4 Remote - Containers: v0.209.6
VS Code Version: 1.63.2 Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3 Date: 2021-12-15T09:39:46.686Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Linux x64 5.13.0-22-generic
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:11
Top GitHub Comments
I was facing this issue on Ubuntu 20.04 but installing the “remote containers” extension solved this!
And update for this issue?