0.0.1 • Published 12 months ago

@jlnhnng/lens-capi-extension v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

Lens ClusterAPI Extension

Add ClusterAPI support to Lens. https://cluster-api.sigs.k8s.io/

Install

To install open K8s Lens and go to Extensions (CTRL+SHIFT+E or CMD+SHIFT+E), and install @jlnhnng/clusterapi.

or

Click on the following link: Install Extension

Development

To install the extension for development

mkdir -p ~/.k8slens/extensions
git clone https://github.com/jlnhnng/lens-capi-extension.git
ln -s $(pwd) ~/.k8slens/extensions/clusterapi

Build

To build the extension you can use make or run the npm commands manually:

make build

OR

npm install
npm run build

If you want to watch for any source code changes and automatically rebuild the extension you can use:

npm run dev

Test

Open the Lens application and navigate to a cluster. You should see "FluxCD" dashboard in a cluster menu.

Uninstall

rm ~/.k8slens/extensions/clusterapi

Restart Lens application.