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:
parent
b4b6e41406
commit
4069e69e45
@ -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.
|
||||
|
||||

|
||||
@ -1 +0,0 @@
|
||||
# Delete Cluster
|
||||
BIN
docs/clusters/images/add-cluster.png
Normal file
BIN
docs/clusters/images/add-cluster.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 252 KiB |
BIN
docs/clusters/images/remove-cluster.png
Normal file
BIN
docs/clusters/images/remove-cluster.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
7
docs/clusters/remove-cluster.md
Normal file
7
docs/clusters/remove-cluster.md
Normal 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!
|
||||
|
||||

|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user