1.6 KiB
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 %}}
-
Open the dmg and copy minikube-gui to your Applications folder
-
Run this command to allow running the unsigned application:
xattr -d com.apple.quarantine /Applications/minikube-gui.app
-
Run the application {{% /mactab %}} {{% windowstab %}}
-
Unzip and run minikube-gui.exe
-
If you see the following, click
More info
and thenRun anyway
{{% /windowstab %}}
{{% linuxtab %}}
-
Untar and run minikube-gui {{% /linuxtab %}} {{% /tabs %}}