diff --git a/docs/clusters/add-cluster.md b/docs/clusters/add-cluster.md index 87dff9ddf0..15381d22c1 100644 --- a/docs/clusters/add-cluster.md +++ b/docs/clusters/add-cluster.md @@ -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. \ No newline at end of file +**NOTE**: Any manually added cluster is not merged into your kubeconfig file. + +![Add Cluster](images/add-cluster.png) \ No newline at end of file diff --git a/docs/clusters/delete-cluster.md b/docs/clusters/delete-cluster.md deleted file mode 100644 index 0e6abc8e4d..0000000000 --- a/docs/clusters/delete-cluster.md +++ /dev/null @@ -1 +0,0 @@ -# Delete Cluster \ No newline at end of file diff --git a/docs/clusters/images/add-cluster.png b/docs/clusters/images/add-cluster.png new file mode 100644 index 0000000000..b53c09f704 Binary files /dev/null and b/docs/clusters/images/add-cluster.png differ diff --git a/docs/clusters/images/remove-cluster.png b/docs/clusters/images/remove-cluster.png new file mode 100644 index 0000000000..bcaa69c44a Binary files /dev/null and b/docs/clusters/images/remove-cluster.png differ diff --git a/docs/clusters/remove-cluster.md b/docs/clusters/remove-cluster.md new file mode 100644 index 0000000000..dcdfbd975d --- /dev/null +++ b/docs/clusters/remove-cluster.md @@ -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) \ No newline at end of file diff --git a/docs/clusters/settings.md b/docs/clusters/settings.md index 97ec9342e4..9250934d5b 100644 --- a/docs/clusters/settings.md +++ b/docs/clusters/settings.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 5c00da9e37..6c7e0f4074 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index ce30ff1cde..a60ad1fe99 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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