Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alebcay/openlens-node-pod-menu
Node and pod menus for OpenLens
https://github.com/alebcay/openlens-node-pod-menu
extension k8slens menus node openlens pod
Last synced: 4 days ago
JSON representation
Node and pod menus for OpenLens
- Host: GitHub
- URL: https://github.com/alebcay/openlens-node-pod-menu
- Owner: alebcay
- License: mit
- Created: 2022-12-28T07:04:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:26:16.000Z (9 months ago)
- Last Synced: 2025-01-18T07:03:16.347Z (11 days ago)
- Topics: extension, k8slens, menus, node, openlens, pod
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@alebcay/openlens-node-pod-menu
- Size: 759 KB
- Stars: 845
- Watchers: 6
- Forks: 49
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenLens Node/Pod Menu Extension
This OpenLens extension adds back the node and pod menu functionality that was removed from OpenLens itself in 6.3.0.
# Installing this extension
In OpenLens, navigate to the Extensions list. In the text box, enter the name of this plugin:
```
@alebcay/openlens-node-pod-menu
```Click "Install", and after a few moments, the plugin should appear in the list of installed extensions and be enabled.
# How to build this extension locally
From the root of this repository:
```sh
# Choose the same version of Node that is used in the Electron version
# that OpenLens uses. It might work with other (newer) versions of
# Node but I haven't tested it.
nvm install 16.14.2npm ci
npm run build
npm pack
```The tarball for the extension will be placed in the current directory. In OpenLens, navigate to the Extensions list and provide the path to the tarball to be loaded, or drag and drop the extension tarball into the OpenLens window. After loading for a moment, the extension should appear in the list of enabled extensions.
# License
Like the OpenLens repository itself at the point from which this extension is based upon, the content of this repository is released under the MIT license. See the file `LICENSE` for details.