We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In https://docs.k8slens.dev/getting-started/install-lens/#install-lens-desktop-from-the-rpm-repository , the Fedora installation command is
sudo dnf config-manager --add-repo https://downloads.k8slens.dev/rpm/lens.repo
When it should be
sudo dnf config-manager addrepo --from-repofile=https://downloads.k8slens.dev/rpm/lens.repo
To Reproduce Steps to reproduce the behavior:
Unknown argument "--add-repo" for command "config-manager". Add "--help" for more information about the arguments.
Screenshots
Environment:
The text was updated successfully, but these errors were encountered:
Hello @KrappRamiro,
Thank you for reaching out to Lens support!
Thank you for reporting a bug.
We are working on your issue. Stand by for further updates.
Best Regards, Tikhon Kudinov Lens Support Engineer Mirantis, Inc
Sorry, something went wrong.
It looks like this is a change in syntax for dnf5, the command is correct for dnf4. We will update the docs, thanks.
The command has been updated
dzhigzhitzhapov
No branches or pull requests
Describe the bug
In https://docs.k8slens.dev/getting-started/install-lens/#install-lens-desktop-from-the-rpm-repository , the Fedora installation command is
When it should be
To Reproduce
Steps to reproduce the behavior:
Unknown argument "--add-repo" for command "config-manager". Add "--help" for more information about the arguments.
sudo dnf config-manager addrepo --from-repofile=https://downloads.k8slens.dev/rpm/lens.repo
Screenshots
Environment:
The text was updated successfully, but these errors were encountered: