mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Merge in PR1178 from Paul
This commit is contained in:
commit
b567cc1b16
@ -1,4 +1,4 @@
|
|||||||
# Add Cluster
|
# Adding clusters
|
||||||
|
|
||||||
Add clusters by clicking the Add Cluster button in the left-side menu. You'll need to obtain a working kubeconfig for the cluster you want to add. You can either browse it from the file system or paste it as a text from the clipboard.
|
Add clusters by clicking the Add Cluster button in the left-side menu. You'll need to obtain a working kubeconfig for the cluster you want to add. You can either browse it from the file system or paste it as a text from the clipboard.
|
||||||
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
# Remove Cluster
|
# Removing clusters
|
||||||
|
|
||||||
You can remove a Lens Clusters from your cluster list using the context-menu of the cluster item in the left-side menu. By right-clicking the cluster of choice you can hit the `Remove` button to delete it from your list.
|
You can remove a Lens Clusters from your cluster list using the context-menu of the cluster item in the left-side menu. By right-clicking the cluster of choice you can hit the `Remove` button to delete it from your list.
|
||||||
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
# Color Themes
|
|
||||||
|
|
||||||
Color themes let you modify the colors in Lens user interface to suit your preferences and work environment.
|
|
||||||
|
|
||||||
In Lens, open the Preferences with **File** > **Preferences**. (**Code** > **Preferences** on macOS) and select your preferred theme from the **Color Theme** dropdown.
|
|
||||||

|
|
||||||
|
|
||||||
64
docs/getting-started/downloading-lens.md
Normal file
64
docs/getting-started/downloading-lens.md
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
# Downloading Lens
|
||||||
|
|
||||||
|
Lens is lightweight and simple to install. You'll be up and running in just a few minutes.
|
||||||
|
|
||||||
|
|
||||||
|
## System requirements
|
||||||
|
|
||||||
|
Review the [System Requirements](/supporting/requirements/) to check if your computer configuration is supported.
|
||||||
|
|
||||||
|
|
||||||
|
## macOS
|
||||||
|
|
||||||
|
1. [Download Lens](https://github.com/lensapp/lens/releases) for macOS.
|
||||||
|
2. Open the browser's download list and locate the downloaded archive.
|
||||||
|
3. Select the 'magnifying glass' icon to open the archive in Finder.
|
||||||
|
4. Double-click `Lens-{version}.dmg` and drag `Lens.app` to the `Applications` folder, making it available in the macOS Launchpad.
|
||||||
|
5. Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing **Options**, **Keep in Dock**.
|
||||||
|
|
||||||
|
|
||||||
|
## Windows
|
||||||
|
|
||||||
|
1. Download the [Lens installer](https://github.com/lensapp/lens/releases) for Windows.
|
||||||
|
2. Once it is downloaded, run the installer `Lens-Setup-{version}.exe`. This will only take a minute.
|
||||||
|
3. By default, Lens is installed under `C:\users\{username}\AppData\Local\Programs\Lens`.
|
||||||
|
|
||||||
|
|
||||||
|
## Linux
|
||||||
|
|
||||||
|
See the [Download Lens](https://github.com/lensapp/lens/releases) page for a complete list of available installation options.
|
||||||
|
|
||||||
|
|
||||||
|
### Snap
|
||||||
|
|
||||||
|
Lens is officially distributed as a Snap package in the [Snap Store](https://snapcraft.io/store):
|
||||||
|
|
||||||
|
[](https://snapcraft.io/kontena-lens)
|
||||||
|
|
||||||
|
You can install it by running:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo snap install kontena-lens --classic
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Network
|
||||||
|
|
||||||
|
Lens is built on top of Electron and benefits from all the networking stack capabilities of Chromium.
|
||||||
|
|
||||||
|
|
||||||
|
### Proxy server support
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
|
|
||||||
|
## Update cadence
|
||||||
|
|
||||||
|
Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available!
|
||||||
|
|
||||||
|
To stay current with the Lens features, you can review the [release notes](https://github.com/lensapp/lens/releases).
|
||||||
|
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
|
||||||
|
Get up and running quickly by learning to [add clusters](/clusters/add-cluster/).
|
||||||
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -1,10 +1,23 @@
|
|||||||
# Telemetry & Usage Tracking
|
# Preferences
|
||||||
|
|
||||||
|
|
||||||
|
## Color themes
|
||||||
|
|
||||||
|
Color themes let you modify the colors in Lens user interface to suit your preferences and work environment.
|
||||||
|
|
||||||
|
In Lens, open the Preferences with **File** > **Preferences**. (**Code** > **Preferences** on macOS) and select your preferred theme from the **Color Theme** dropdown.
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## Telemetry & usage tracking
|
||||||
|
|
||||||
Lens collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described in [disable telemetry reporting](#disable-telemetry-reporting). You can also read our [privacy statement](https://www.mirantis.com/company/privacy-policy/) to learn more.
|
Lens collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described in [disable telemetry reporting](#disable-telemetry-reporting). You can also read our [privacy statement](https://www.mirantis.com/company/privacy-policy/) to learn more.
|
||||||
|
|
||||||
## Disable telemetry reporting
|
|
||||||
|
### Disable telemetry reporting
|
||||||
|
|
||||||
If you don't wish to send usage data to Mirantis, you can disable the "Telemetry & Usage Tracking" in the Lens preferences.
|
If you don't wish to send usage data to Mirantis, you can disable the "Telemetry & Usage Tracking" in the Lens preferences.
|
||||||
|
|
||||||
From `File > Preferences` (macOS: `Lens > Preferences`), search for `Telemetry & Usage Tracking`, and uncheck the `Allow telemetry & usage tracking`. This will silence all telemetry events from Lens going forward. Telemetry information may have been collected and sent up until the point when you disable the setting.
|
From `File > Preferences` (macOS: `Lens > Preferences`), search for `Telemetry & Usage Tracking`, and uncheck the `Allow telemetry & usage tracking`. This will silence all telemetry events from Lens going forward. Telemetry information may have been collected and sent up until the point when you disable the setting.
|
||||||

|

|
||||||
|
|
||||||
@ -1,32 +1,19 @@
|
|||||||
# Getting Started
|
# Overview
|
||||||
|
|
||||||
Lens is the most powerful IDE for people who need to deal with Kubernetes clusters on a daily basis. It is a standalone application for MacOS, Windows and Linux operating systems. Ensure your clusters are properly setup and configured. Enjoy increased visibility, real time statistics, log streams and hands-on troubleshooting capabilities. With Lens, you can work with your clusters more easily and fast, radically improving productivity and the speed of business. Begin your journey with Lens with these [introductory videos](/get-started/intro-videos/).
|
Lens is the most powerful Kubernetes IDE on the market. It is a standalone application, and it is available on macOS, Windows, and Linux. Some of the benefits of using Lens include:
|
||||||
|
|
||||||
|
* Confidence that your clusters are properly setup and configured.
|
||||||
|
* Increased visibility, real time statistics, log streams, and hands-on troubleshooting capabilities.
|
||||||
|
* The ability to work with your clusters quickly and easily, radically improving productivity and the speed of business.
|
||||||
|
|
||||||
|
Watch this introductory video to see Lens in action:
|
||||||
## Lens in Action
|
|
||||||
|
|
||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/04v2ODsmtIs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/04v2ODsmtIs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
## Downloading Lens
|
||||||
|
|
||||||
## Top Extensions
|
[Download Lens](https://github.com/lensapp/lens/releases) for macOS, Windows, or Linux.
|
||||||
|
|
||||||
- One
|
## Quickstart
|
||||||
- Two
|
|
||||||
- Three
|
|
||||||
|
|
||||||
|
Get up and running quickly by learning to [add clusters](/clusters/add-cluster/).
|
||||||
## First Steps
|
|
||||||
|
|
||||||
To get the most out of Lens, start by reviewing a few introductory topics:
|
|
||||||
|
|
||||||
[Intro Videos](get-started/intro-videos/) - Begin your journey with Lens through these introductory videos.
|
|
||||||
|
|
||||||
[Add Clusters](clusters/add-cluster/) - Add your first Cluster to radically improve productivity and the speed of business.
|
|
||||||
|
|
||||||
[Extension API](extensions/overview/) - Learn how to write a Lens extension.
|
|
||||||
|
|
||||||
|
|
||||||
## Downloads
|
|
||||||
|
|
||||||
[Download Lens IDE](setup/overview/) - Quickly find the appropriate install for your platform (Windows, macOS and Linux)
|
|
||||||
|
|||||||
@ -1,19 +0,0 @@
|
|||||||
# Lens on Linux
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
See the [Download Lens](https://github.com/lensapp/lens/releases) page for a complete list of available installation options.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Snap
|
|
||||||
|
|
||||||
Lens is officially distributed as a Snap package in the [Snap Store](https://snapcraft.io/store):
|
|
||||||
|
|
||||||
[](https://snapcraft.io/kontena-lens)
|
|
||||||
|
|
||||||
You can install it by running:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo snap install kontena-lens --classic
|
|
||||||
```
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
# Lens on macOS
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
1. [Download Lens](https://github.com/lensapp/lens/releases) for macOS.
|
|
||||||
2. Open the browser's download list and locate the downloaded archive.
|
|
||||||
3. Select the 'magnifying glass' icon to open the archive in Finder.
|
|
||||||
4. Double-click `Lens-{version}.dmg` and drag `Lens.app` to the `Applications` folder, making it available in the macOS Launchpad.
|
|
||||||
5. Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing **Options**, **Keep in Dock**.
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
# Network Connections in Lens
|
|
||||||
|
|
||||||
Lens is built on top of Electron and benefits from all the networking stack capabilities of Chromium.
|
|
||||||
|
|
||||||
|
|
||||||
## Proxy server support
|
|
||||||
|
|
||||||
...
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
# Setting up Lens
|
|
||||||
|
|
||||||
Getting up and running with Lens is quick and easy. It is a small download so you can install in a matter of minutes and give Lens a try.
|
|
||||||
|
|
||||||
|
|
||||||
## Cross platform
|
|
||||||
|
|
||||||
Lens is the most powerful IDE for people who need to deal with Kubernetes clusters on a daily basis which runs on the macOS, Linux, and Windows operating systems.
|
|
||||||
|
|
||||||
Follow the platform-specific guides below:
|
|
||||||
|
|
||||||
* [Linux](linux/)
|
|
||||||
* [macOS](macos/)
|
|
||||||
* [Windows](windows/)
|
|
||||||
|
|
||||||
Lens is lightweight and should run on most available hardware and platform versions. You can review the [System Requirements](supporting/requirements/) to check if your computer configuration is supported.
|
|
||||||
|
|
||||||
|
|
||||||
## Update cadence
|
|
||||||
|
|
||||||
Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available!
|
|
||||||
|
|
||||||
To stay current with the Lens features, you can review the [release notes](https://github.com/lensapp/lens/releases).
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
# Lens on Windows
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
1. Download the [Lens installer](https://github.com/lensapp/lens/releases) for Windows.
|
|
||||||
2. Once it is downloaded, run the installer `Lens-Setup-{version}.exe`. This will only take a minute.
|
|
||||||
3. By default, Lens is installed under `C:\users\{username}\AppData\Local\Programs\Lens`.
|
|
||||||
23
mkdocs.yml
23
mkdocs.yml
@ -9,21 +9,14 @@ copyright: Copyright © 2020 <a href="https://mirantis.com/">Mirantis Inc.</
|
|||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
nav:
|
nav:
|
||||||
- Overview: index.md
|
- Overview: index.md
|
||||||
- Setup:
|
- Getting started:
|
||||||
- Overview: setup/overview.md
|
- Downloading Lens: getting-started/downloading-lens.md
|
||||||
- Linux: setup/linux.md
|
- Preferences: getting-started/preferences.md
|
||||||
- macOS: setup/macos.md
|
- Introductory videos: getting-started/introductory-videos.md
|
||||||
- Windows: setup/windows.md
|
- Clusters:
|
||||||
- Network: setup/network.md
|
- Adding clusters: clusters/adding-clusters.md
|
||||||
- Get Started:
|
- Removing cluster: clusters/removing-clusters.md
|
||||||
- Intro Videos: get-started/intro-videos.md
|
- Settings: clusters/settings.md
|
||||||
- Themes: get-started/themes.md
|
|
||||||
- Telemetry: get-started/telemetry.md
|
|
||||||
- User Guide:
|
|
||||||
- Clusters:
|
|
||||||
- Add cluster: clusters/add-cluster.md
|
|
||||||
- Remove cluster: clusters/remove-cluster.md
|
|
||||||
- Settings: clusters/settings.md
|
|
||||||
- Extensions:
|
- Extensions:
|
||||||
- Overview: extensions/overview.md
|
- Overview: extensions/overview.md
|
||||||
- Get Started:
|
- Get Started:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user