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. -
-- For more information on kubeconfig see Kubernetes docs. -
-- NOTE: Any manually added cluster is not merged into your kubeconfig file. -
-
- To see your currently enabled config with kubectl, use kubectl config view --minify --raw command in your terminal.
-
- When connecting to a cluster, make sure you have a valid and working kubeconfig for the cluster. Following lists known "gotchas" in some authentication types used in kubeconfig with Lens - app. -
-- When using exec auth plugins make sure the paths that are used to call - any binaries - are full paths as Lens app might not be able to call binaries with relative paths. Make also sure that you pass all needed information either as arguments or env variables in the config, - Lens app might not have all login shell env variables set automatically. + 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. + Read more about adding clusters here.