1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add content to add and remove cluster pages

This commit is contained in:
Mario Sarcher 2020-10-28 15:50:04 +01:00
parent b4b6e41406
commit 4069e69e45
8 changed files with 13 additions and 5 deletions

View File

@ -1,7 +1,9 @@
# Add Cluster
Add clusters by clicking the Add Cluster button. 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.
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.
**NOTE**: Any manually added cluster is not merged into your kubeconfig file.
**NOTE**: Any manually added cluster is not merged into your kubeconfig file.
![Add Cluster](images/add-cluster.png)

View File

@ -1 +0,0 @@
# Delete Cluster

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -0,0 +1,7 @@
# Remove Cluster
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.
**NOTE**: This will only remove the cluster from your Lens Cluster list but not affect your actual Kubernetes Cluster or its configuration!
![Remove Cluster](images/remove-cluster.png)

View File

@ -1,5 +1,6 @@
# Cluster Settings
It is easy to configure Lens to your liking through its various settings. Many parts of Lens user interface, and functional behavior has options you can modify.
## General

View File

@ -26,7 +26,6 @@ To get the most out of Lens, start by reviewing a few introductory topics:
[Extension API](/extensions/overview/) - Learn how to write a Lens extension.
...
## Downloads

View File

@ -22,7 +22,7 @@ nav:
- User Guide:
- Clusters:
- Add cluster: clusters/add-cluster.md
- Delete cluster: clusters/delete-cluster.md
- Remove cluster: clusters/remove-cluster.md
- Settings: clusters/settings.md
- Extensions:
- Overview: extensions/overview.md