minikube/site/content/en/docs/tutorials/setup_minikube_gui.md

1.6 KiB

title linkTitle weight date
Setting Up minikube GUI Setting Up minikube GUI 1 2022-02-25

Overview

  • 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.
  • Please note that the SSH functionality currently only works on Linux.

Before You Begin

  • minikube setup and available on your path, follow the [Getting Start doc]({{< ref "/docs/start" >}}) if not already done

Steps

{{% tabs %}} {{% mactab %}}

  1. Download minikube-gui

  2. Open the dmg and copy minikube-gui to your Applications folder

  3. Run this command to allow running the unsigned application:

xattr -d com.apple.quarantine /Applications/minikube-gui.app
  1. Run the application {{% /mactab %}} {{% windowstab %}}

  2. Download minikube-gui

  3. Unzip and run minikube-gui.exe

  4. If you see the following, click More info and then Run anyway

Windows unreconized app {{% /windowstab %}} {{% linuxtab %}}

  1. Download minikube-gui

  2. Untar and run minikube-gui {{% /linuxtab %}} {{% /tabs %}}