Skip to content

freelensapp/freelens-node-pod-menu

Repository files navigation

@freelensapp/freelens-node-pod-menu

Home GitHub release Integration tests npm

Warning! This extension is deprecated.

This Freelens extension added back the node and pod menu functionality.

Currently this is an empty package that does not provide any functionlity.

How to build this extension locally

Use NVM or mise-en-place to install required Node.js version.

From the root of this repository:

nvm install
# or
mise install

npm ci
npm run build
npm pack

The tarball for the extension will be placed in the current directory. In Freelens, navigate to the Extensions list and provide the path to the tarball to be loaded, or drag and drop the extension tarball into the Freelens window. After loading for a moment, the extension should appear in the list of enabled extensions.

License

This repository is a fork of openlens-node-pod-menu, with the aim of carrying forward a version of it for Freelens.

Copyright (c) 2024-2025 Freelens Authors.

Copyright (c) 2022 OpenLens Authors.

MIT License