@evops/lens-extension-fluxcd
v0.0.5
Published
Lens extension for FluxCD
Maintainers
Readme
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-fluxcdBuild
To build the extension you can use make or run the npm commands manually:
make buildOR
npm install
npm run buildIf you want to watch for any source code changes and automatically rebuild the extension you can use:
npm run devTest
Open Lens application and navigate to a cluster. You should see "Hello World" in a menu.
Uninstall
rm ~/.k8slens/extensions/lens-extension-fluxcdRestart Lens application.
