https://github.com/freelensapp/freelens-node-pod-menu
Node and pod menus for FreeLens
https://github.com/freelensapp/freelens-node-pod-menu
kubernetes logs node pod shell
Last synced: about 1 year ago
JSON representation
Node and pod menus for FreeLens
- Host: GitHub
- URL: https://github.com/freelensapp/freelens-node-pod-menu
- Owner: freelensapp
- License: mit
- Created: 2024-06-26T18:11:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:57:03.000Z (over 1 year ago)
- Last Synced: 2024-10-29T10:04:32.632Z (over 1 year ago)
- Topics: kubernetes, logs, node, pod, shell
- Language: TypeScript
- Homepage: http://www.freelens.app
- Size: 383 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @freelensapp/freelens-node-pod-menu
[](https://freelens.app)
[](https://github.com/freelensapp/freelens)
[](https://github.com/freelensapp/freelens-node-pod-menu)
[](https://github.com/freelensapp/freelens-node-pod-menu/actions/workflows/integration-tests.yaml)
[](https://www.npmjs.com/package/@freelensapp/freelens-node-pod-menu)
**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](https://github.com/nvm-sh/nvm) or
[mise-en-place](https://mise.jdx.dev/) to install required Node.js version.
From the root of this repository:
```sh
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](https://github.com/alebcay/openlens-node-pod-menu),
with the aim of carrying forward a version of it for
[Freelens](https://github.com/freelensapp/freelens).
Copyright (c) 2024-2025 Freelens Authors.
Copyright (c) 2022 OpenLens Authors.
[MIT License](https://opensource.org/licenses/MIT)