0.0.5 • Published 2 years ago

@evops/lens-extension-fluxcd v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Lens "FluxCD" Extension

Adds FluxCD actions to Flux resources:

  • Reconcile
  • Suspend/Resume

Install

mkdir -p ~/.k8slens/extensions
git clone https://github.com/eu-evops/lens-extension-fluxcd.git
ln -s $(pwd) ~/.k8slens/extensions/lens-extension-fluxcd

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 Lens application and navigate to a cluster. You should see "Hello World" in a menu.

Uninstall

rm ~/.k8slens/extensions/lens-extension-fluxcd

Restart Lens application.