diff --git a/FEATURES.md b/FEATURES.md index 81d58d9..b960d15 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -1,4 +1,8 @@ # Shutting down the app To close Helm-dashboard, click on the button in the rightmost corner of the screen. Once you click on it, your Helm-dashboard will be shut down. -![Shutdown_screenshot](images/screenshot_shut_down.png) \ No newline at end of file +![Shutdown_screenshot](images/screenshot_shut_down.png) + +# Multicluster +If you want to switch to a different cluster, simply click on the corresponding cluster as shown in the figure. [Click here](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) to learn how to access multiple clusters. +![Multicluster_screenshot](images/screenshot_multicluster.png) diff --git a/images/screenshot_multicluster.png b/images/screenshot_multicluster.png new file mode 100644 index 0000000..a7756cf Binary files /dev/null and b/images/screenshot_multicluster.png differ