From d5ec16950bfcfa2ea033875577c8b63e708ab5c8 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Wed, 28 Oct 2020 14:33:19 +0100 Subject: [PATCH] Add content to add cluster page of docs --- docs/clusters/add-cluster.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/clusters/add-cluster.md b/docs/clusters/add-cluster.md index e69de29bb2..87dff9ddf0 100644 --- a/docs/clusters/add-cluster.md +++ b/docs/clusters/add-cluster.md @@ -0,0 +1,7 @@ +# 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. + +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