From 42c55ae73df24a1f85c801a3350775c42a520e0c Mon Sep 17 00:00:00 2001 From: Paul Williams Date: Mon, 2 Nov 2020 13:20:19 -0800 Subject: [PATCH] Updated written content in Getting started and Clusters --- docs/clusters/adding-clusters.md | 15 +++++++++++---- docs/getting-started/introductory-videos.md | 2 +- docs/getting-started/preferences.md | 13 +++++++++---- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/docs/clusters/adding-clusters.md b/docs/clusters/adding-clusters.md index ded093c1a6..a89afb2f25 100644 --- a/docs/clusters/adding-clusters.md +++ b/docs/clusters/adding-clusters.md @@ -1,9 +1,16 @@ # 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. -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. +1. Click the **Add Cluster** button (indicated with a '+' icon). +2. 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. -**NOTE**: Any manually added cluster is not merged into your kubeconfig file. +Selected [cluster contexts](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#context) are added as a separate item in the left-side cluster menu to allow you to operate easily on multiple clusters and/or contexts. -![Add Cluster](images/add-cluster.png) \ No newline at end of file +**NOTE**: Any cluster that you added manually will not be merged into your kubeconfig file. + +![Add Cluster](images/add-cluster.png) + +For more information on kubeconfig see [Kubernetes docs](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/). + +To see your currently-enabled config with `kubectl`, enter `kubectl config view --minify --raw` in your terminal. \ No newline at end of file diff --git a/docs/getting-started/introductory-videos.md b/docs/getting-started/introductory-videos.md index 86fce6f8c9..fcaee999c0 100644 --- a/docs/getting-started/introductory-videos.md +++ b/docs/getting-started/introductory-videos.md @@ -1,6 +1,6 @@ # Introductory Videos -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. +Continue your Lens journey with this set of introductory videos! These videos are meant to quickly familiarize you with Lens' various powerful features.