mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 973ff66 to latest with MkDocs 1.1.2 and mike 0.5.3
This commit is contained in:
parent
d63f5bf06c
commit
290962aaf5
@ -672,10 +672,16 @@
|
|||||||
|
|
||||||
|
|
||||||
<h1 id="adding-clusters">Adding clusters<a class="headerlink" href="#adding-clusters" title="Permanent link">#</a></h1>
|
<h1 id="adding-clusters">Adding clusters<a class="headerlink" href="#adding-clusters" title="Permanent link">#</a></h1>
|
||||||
<p>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.</p>
|
<p>Add clusters by clicking the <strong>Add Cluster</strong> button in the left-side menu. </p>
|
||||||
<p>Selected cluster contexts are added as a separate item in the left-side cluster menu to allow you to operate easily on multiple clusters and/or contexts.</p>
|
<ol>
|
||||||
<p><strong>NOTE</strong>: Any manually added cluster is not merged into your kubeconfig file.</p>
|
<li>Click the <strong>Add Cluster</strong> button (indicated with a '+' icon).</li>
|
||||||
|
<li>Enter the path to your kubeconfig file. You'll need to have a kubeconfig file for the cluster you want to add. You can either browse for the path from the file system or or enter it directly.</li>
|
||||||
|
</ol>
|
||||||
|
<p>Selected <a href="https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#context">cluster contexts</a> are added as a separate item in the left-side cluster menu to allow you to operate easily on multiple clusters and/or contexts.</p>
|
||||||
|
<p><strong>NOTE</strong>: Any cluster that you added manually will not be merged into your kubeconfig file.</p>
|
||||||
<p><img alt="Add Cluster" src="../images/add-cluster.png" /></p>
|
<p><img alt="Add Cluster" src="../images/add-cluster.png" /></p>
|
||||||
|
<p>For more information on kubeconfig see <a href="https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/">Kubernetes docs</a>.</p>
|
||||||
|
<p>To see your currently-enabled config with <code>kubectl</code>, enter <code>kubectl config view --minify --raw</code> in your terminal.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -672,8 +672,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<h1 id="removing-clusters">Removing clusters<a class="headerlink" href="#removing-clusters" title="Permanent link">#</a></h1>
|
<h1 id="removing-clusters">Removing clusters<a class="headerlink" href="#removing-clusters" title="Permanent link">#</a></h1>
|
||||||
<p>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 <code>Remove</code> button to delete it from your list. </p>
|
<p>You can remove Lens clusters using the context menu that appears when you hover over the cluster in the left-side menu that you want to remove. By right-clicking the cluster of choice you can hit the <code>Remove</code> button to delete it from your list. </p>
|
||||||
<p><strong>NOTE</strong>: This will only remove the cluster from your Lens Cluster list but not affect your actual Kubernetes Cluster or its configuration!</p>
|
<p>To remove a cluster from your cluster list:</p>
|
||||||
|
<ol>
|
||||||
|
<li>Hover over the name of the cluster you want to remove in the left side menu. A context menu will appear.</li>
|
||||||
|
<li>Click <strong>Remove</strong>.</li>
|
||||||
|
</ol>
|
||||||
|
<p><strong>NOTE</strong>: This will only remove the cluster from your Lens cluster list. It will not affect your actual Kubernetes cluster or its configuration.</p>
|
||||||
<p><img alt="Remove Cluster" src="../images/remove-cluster.png" /></p>
|
<p><img alt="Remove Cluster" src="../images/remove-cluster.png" /></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -359,8 +359,8 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#quickstart" class="md-nav__link">
|
<a href="#quick-start" class="md-nav__link">
|
||||||
Quickstart
|
Quick Start
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@ -846,8 +846,8 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#quickstart" class="md-nav__link">
|
<a href="#quick-start" class="md-nav__link">
|
||||||
Quickstart
|
Quick Start
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@ -899,8 +899,8 @@
|
|||||||
<h2 id="update-cadence">Update cadence<a class="headerlink" href="#update-cadence" title="Permanent link">#</a></h2>
|
<h2 id="update-cadence">Update cadence<a class="headerlink" href="#update-cadence" title="Permanent link">#</a></h2>
|
||||||
<p>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!</p>
|
<p>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!</p>
|
||||||
<p>To stay current with the Lens features, you can review the <a href="https://github.com/lensapp/lens/releases">release notes</a>.</p>
|
<p>To stay current with the Lens features, you can review the <a href="https://github.com/lensapp/lens/releases">release notes</a>.</p>
|
||||||
<h2 id="quickstart">Quickstart<a class="headerlink" href="#quickstart" title="Permanent link">#</a></h2>
|
<h2 id="quick-start">Quick Start<a class="headerlink" href="#quick-start" title="Permanent link">#</a></h2>
|
||||||
<p>Get up and running quickly by learning to <a href="/clusters/add-cluster/">add clusters</a>.</p>
|
<p>Get up and running quickly by learning to <a href="../../clusters/adding-clusters/">add clusters</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -672,7 +672,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<h1 id="introductory-videos">Introductory Videos<a class="headerlink" href="#introductory-videos" title="Permanent link">#</a></h1>
|
<h1 id="introductory-videos">Introductory Videos<a class="headerlink" href="#introductory-videos" title="Permanent link">#</a></h1>
|
||||||
<p>Start your journey using Lens with this set of introductory videos! These videos are designed to give you an overview of Lens various features and quickly get you familiar with them.</p>
|
<p>Continue your Lens journey with this set of introductory videos! These videos are meant to quickly familiarize you with Lens' various powerful features. </p>
|
||||||
<ul class="video-list">
|
<ul class="video-list">
|
||||||
<li class="video">
|
<li class="video">
|
||||||
<a target="_blank" href="https://youtu.be/mc-BzPDKfkQ">
|
<a target="_blank" href="https://youtu.be/mc-BzPDKfkQ">
|
||||||
|
|||||||
@ -772,14 +772,22 @@
|
|||||||
|
|
||||||
<h1 id="preferences">Preferences<a class="headerlink" href="#preferences" title="Permanent link">#</a></h1>
|
<h1 id="preferences">Preferences<a class="headerlink" href="#preferences" title="Permanent link">#</a></h1>
|
||||||
<h2 id="color-themes">Color themes<a class="headerlink" href="#color-themes" title="Permanent link">#</a></h2>
|
<h2 id="color-themes">Color themes<a class="headerlink" href="#color-themes" title="Permanent link">#</a></h2>
|
||||||
<p>Color themes let you modify the colors in Lens user interface to suit your preferences and work environment.</p>
|
<p>The Color Themes option in Lens preferences lets you set the colors in the Lens user interface to suit your liking.</p>
|
||||||
<p>In Lens, open the Preferences with <strong>File</strong> > <strong>Preferences</strong>. (<strong>Code</strong> > <strong>Preferences</strong> on macOS) and select your preferred theme from the <strong>Color Theme</strong> dropdown.
|
<ol>
|
||||||
<img alt="Color Theme" src="../images/color-theme.png" /></p>
|
<li>Go to <strong>File</strong> > <strong>Preferences</strong> (<strong>Lens</strong> > <strong>Preferences</strong> on Mac). </li>
|
||||||
|
<li>Select your preferred theme from the <strong>Color Theme</strong> dropdown.
|
||||||
|
<img alt="Color Theme" src="../images/color-theme.png" /></li>
|
||||||
|
</ol>
|
||||||
<h2 id="telemetry-usage-tracking">Telemetry & usage tracking<a class="headerlink" href="#telemetry-usage-tracking" title="Permanent link">#</a></h2>
|
<h2 id="telemetry-usage-tracking">Telemetry & usage tracking<a class="headerlink" href="#telemetry-usage-tracking" title="Permanent link">#</a></h2>
|
||||||
<p>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 <a href="#disable-telemetry-reporting">disable telemetry reporting</a>. You can also read our <a href="https://www.mirantis.com/company/privacy-policy/">privacy statement</a> to learn more.</p>
|
<p>Lens collects telemetry data, which is used to help us understand how to improve the product. For example, this usage data helps us to debug issues and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data. Please see our <a href="https://www.mirantis.com/company/privacy-policy/">privacy statement</a> to learn more.</p>
|
||||||
<h3 id="disable-telemetry-reporting">Disable telemetry reporting<a class="headerlink" href="#disable-telemetry-reporting" title="Permanent link">#</a></h3>
|
<h3 id="disable-telemetry-reporting">Disable telemetry reporting<a class="headerlink" href="#disable-telemetry-reporting" title="Permanent link">#</a></h3>
|
||||||
<p>If you don't wish to send usage data to Mirantis, you can disable the "Telemetry & Usage Tracking" in the Lens preferences.</p>
|
<p>If you don't wish to send usage data to Mirantis, you can disable the "Telemetry & Usage Tracking" in the Lens preferences.</p>
|
||||||
<p>From <code>File > Preferences</code> (macOS: <code>Lens > Preferences</code>), search for <code>Telemetry & Usage Tracking</code>, and uncheck the <code>Allow telemetry & usage tracking</code>. 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.
|
<ol>
|
||||||
|
<li>Go to <strong>File</strong> > <strong>Preferences</strong> (<strong>Lens</strong> > <strong>Preferences</strong> on Mac).</li>
|
||||||
|
<li>Scroll down to <strong>Telemetry & Usage Tracking</strong></li>
|
||||||
|
<li>Uncheck <strong>Allow telemetry & usage tracking</strong>. </li>
|
||||||
|
</ol>
|
||||||
|
<p>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 this setting.
|
||||||
<img alt="Disable Telemetry & Usage Tracking" src="../images/disabled-telemetry-usage-tracking.png" /></p>
|
<img alt="Disable Telemetry & Usage Tracking" src="../images/disabled-telemetry-usage-tracking.png" /></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -263,8 +263,8 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#quickstart" class="md-nav__link">
|
<a href="#quick-start" class="md-nav__link">
|
||||||
Quickstart
|
Quick Start
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@ -722,8 +722,8 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#quickstart" class="md-nav__link">
|
<a href="#quick-start" class="md-nav__link">
|
||||||
Quickstart
|
Quick Start
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@ -754,8 +754,8 @@
|
|||||||
<p><strong>Note:</strong> Use CTRL+click (on Windows and Linux) or CMD+click (on MacOS) to open the above in a new tab</p>
|
<p><strong>Note:</strong> Use CTRL+click (on Windows and Linux) or CMD+click (on MacOS) to open the above in a new tab</p>
|
||||||
<h2 id="downloading-lens">Downloading Lens<a class="headerlink" href="#downloading-lens" title="Permanent link">#</a></h2>
|
<h2 id="downloading-lens">Downloading Lens<a class="headerlink" href="#downloading-lens" title="Permanent link">#</a></h2>
|
||||||
<p><a href="https://github.com/lensapp/lens/releases">Download Lens</a> for macOS, Windows, or Linux.</p>
|
<p><a href="https://github.com/lensapp/lens/releases">Download Lens</a> for macOS, Windows, or Linux.</p>
|
||||||
<h2 id="quickstart">Quickstart<a class="headerlink" href="#quickstart" title="Permanent link">#</a></h2>
|
<h2 id="quick-start">Quick Start<a class="headerlink" href="#quick-start" title="Permanent link">#</a></h2>
|
||||||
<p>Get up and running quickly by learning to <a href="/clusters/add-cluster/">add clusters</a>.</p>
|
<p>Get up and running quickly by learning to <a href="clusters/adding-clusters/">add clusters</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user