-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
i could not contact you in another way so i opened an issue ;)
i made i little workaround to fix that nasty login-problem. i didn't want to share publicly because the lens guys might change the code so my workaround would not work anymore:
that annoying login thing is a plugin installed to lens. you can remove it like this on linux: rm -rf ~/.config/Lens/extensions/lenscloud-lens-extension/ problem is after you close lens it reinstalls the plugin every time. creating a file with the same path touch ~/.config/Lens/extensions/lenscloud-lens-extension will prevent that ;)
to install/update lens i use the following alias on fedora:
update-lens () {
sudo dnf install https://api.k8slens.dev/binaries/latest.x86_64.rpm
rm -rf ~/.config/Lens/extensions/lenscloud-lens-extension/
touch ~/.config/Lens/extensions/lenscloud-lens-extension
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels