@jenkins-x-plugins/jx-lens
v1.0.18
Published
Lens extension to visualize Kubernetes resources and their relations
Maintainers
Readme
Lens Extension for working with Jenkins X
This extension improves the UX around working with pipelines and preview environments.
Install
mkdir -p ~/.k8slens/extensions
git clone https://github.com/jenkins-x-plugins/jx-lens.git
ln -s $(pwd)/jx-lens ~/.k8slens/extensions/jx-lensBuild
To build the extension you can use make or run the npm commands manually:
cd jx-lens
make buildOR
cd jx-lens
npm install
npm run buildIncremental building
If you want to watch for any source code changes and automatically rebuild the extension you can use:
npm startOnce the extension has been rebuilt inside Lens you can click on the View -> Reload menu item (or `R' keypress) to reload to see the new changes.
Test
Open Lens application and navigate to a cluster. You should see "Certificates" in a menu.
Uninstall
rm ~/.k8slens/extensions/jx-lensRestart Lens application.
