From 9bba4050b541b2e94cdbe9d240f06ebf0be87aca Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Fri, 4 Mar 2022 11:38:07 -0800 Subject: [PATCH] site: add note about SSH and add link to creating issue --- site/content/en/docs/tutorials/setup_minikube_gui.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/en/docs/tutorials/setup_minikube_gui.md b/site/content/en/docs/tutorials/setup_minikube_gui.md index 6444da2a6a..c50738878c 100644 --- a/site/content/en/docs/tutorials/setup_minikube_gui.md +++ b/site/content/en/docs/tutorials/setup_minikube_gui.md @@ -9,6 +9,8 @@ date: 2022-02-25 - This guide will show you how to setup the minikube GUI - **WARNING!** This GUI is a prototype and therefore may be unstable or contain bugs. Please use at your own risk, we are not responsible for damages. +- If you experience any bugs or have suggestions to improve the GUI feel free to create a [GitHub Issue](https://github.com/kubernetes/minikube/issues/new/choose). +- Please note that the SSH functionality currently only works on Linux. ## Before You Begin