Skip to content

Lens Login workaround #8

@SpikePy

Description

@SpikePy

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions