Can't get extension to work in an airgapped environment (offline)
See original GitHub issueI’ve installed the extension together with the YAML extension via the VSIX file in a computer that is not connected to the internet. Both are enabled.
Unfortunately, when trying to add an existing cluster, I’m getting the following error:
Error running command extension.vsKubernetesConfigureFromCluster: command 'extension.vsKubernetesConfigureFromCluster' not found. This is likely caused by the extension that contributes extension.vsKubernetesConfigureFromCluster.
OS is Ubuntu Linux 20.04, VSCode version is 1.72.2.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Installing chrome extensions in an airgapped enterprise
Welcome to the Chrome Enterprise Help Community! I see that you're trying to deploy an extension to Chrome OS devices in an offline...
Read more >To install the extension on a system not connected to the Internet
If the system on which you want to run the Code Sight extension is not connected to the Internet—or in other words, is...
Read more >SourceGraph does not work in an air-gapped environment
I have a customer interested in this. They have an instance running in an air-gapped network and would like to use SourceGraph.
Read more >Offline Activations in an Air-Gap Environment
So what does someone do when they cannot move the offline.tlq file off the machine? The Server Admin, the IT Admin, or the...
Read more >Metals not running when .vsix installed on air gapped computer
I'm trying to get a Scala development environment working on an air gapped ... it doesn't react when loading a Scala project and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was also hitting this, on Windows 10 with VSCode 1.73.0.
WHOIS suggests it’s trying to reach marketplace.visualstudio.com
If I start from a completely fresh VSCode (
--user-data-dir
and--extensions-dir
set to empty dirs) then I don’t get the error, so it’s likely something about my settings or existing cached data.Followed all your steps but I’m still not able to replicate it 😞 @Tatsinnit @itowlson could you please give this a try if you have any free time? Thanks!!