parent
62ed5c0a4b
commit
0916c4ee14
40
README.md
40
README.md
|
|
@ -1,13 +1,41 @@
|
|||
# OpenLens
|
||||
# OpenLens Build Repo
|
||||
|
||||
[](https://github.com/MuhammedKalkan/OpenLens/actions/workflows/main.yml)
|
||||
|
||||
This is the Binary Build Repo for Lens Repository located here : https://github.com/lensapp/lens.git
|
||||
## Build Repo Only
|
||||
This is repo **only provides binaries** for the OpenLens repo. For software issues regarding OpenLens or the Lens IDE, go to the [Lens repo](https://github.com/lensapp/lens/issues) and open an issue there. **They will be closed** if opened on this repo.
|
||||
|
||||
However, this build does not require you to log in and includes only open source part. Download and use as is.
|
||||
## Overview
|
||||
|
||||
Go To Releases to download your binary of type Linux , MacOS or Windows
|
||||
This is the Binary Build Repo for the [Lens repository](https://github.com/lensapp/lens.git) aka **OpenLens**. This build only includes the open source part of the Lens IDE and does not require login. This repo was created due to lensapp/lens#5444.
|
||||
|
||||
If you have trouble about not seeing pod logs, remove old config files / extensions remaining from old Lens app.
|
||||
Download and use as is. If you have trouble about not seeing pod logs, remove old config files / extensions remaining from old Lens app.
|
||||
|
||||
**NOTE:** Auto Updater is now live starting with every binary downloaded from Latest tag or the corresponding release assets.
|
||||
Auto Updater is now live starting with every binary downloaded with the `Latest` tag or the corresponding release assets.
|
||||
|
||||
### OpenLens vs Lens IDE
|
||||
Paraphrasing from the [OpenLens README](https://github.com/lensapp/lens#readme)
|
||||
|
||||
#### OpenLens
|
||||
The [OpenLens repository](https://github.com/lensapp/lens.git), is where Team Lens (Mirantis) develops the [Lens IDE](https://k8slens.dev/) product together with the community. It is backed by a number of Kubernetes and cloud native ecosystem pioneers. This source code is available to everyone under the [MIT license](https://github.com/lensapp/lens/blob/master/LICENSE).
|
||||
|
||||
#### Lens IDE
|
||||
The Kubernetes management tool [Lens IDE](https://k8slens.dev/) is a distribution of the OpenLens repository with Team Lens specific customizations released under a traditional EULA.
|
||||
|
||||
## Installation
|
||||
|
||||
### Manual
|
||||
Go to [Releases](https://github.com/MuhammedKalkan/OpenLens/releases) and download the relevant binary for your system.
|
||||
|
||||
### MacOS
|
||||
#### Homebrew
|
||||
```
|
||||
brew install --cask openlens
|
||||
```
|
||||
### Linux
|
||||
todo
|
||||
### Windows
|
||||
```
|
||||
scoop bucket add extras
|
||||
scoop install openlens
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue