1.8 KiB
1.8 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.
Before You Begin
- You will need to already have minikube setup on your machine, follow the [Getting Start doc]({{< ref "/docs/commands/start" >}}) if not already done.
Steps
{{% tabs %}} {{% tab macOS %}}
- Download the zipped folder
curl -LO https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-mac.zip
- Unzip
unzip minikube-gui-mac.zip
- Open the application
open dist/systray.app
- If you see the following, click cancel.
- Open System Preferences and go to Security & Privacy -> General and click "Open Anyway". {{% /tab %}} {{% tab Windows %}}
- Download the zipped folder via PowerShell (below) or via your browser (faster)
Invoke-WebRequest -Uri 'https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-windows.zip' -UseBasicParsing
- Unzip
Expand-Archive minikube-gui-windows.zip
- Open the application
.\minikube-gui-windows\dist\systray.exe
- If you see the following, click
More infoand thenRun anyway
{{% /tab %}}
{{% tab Linux %}}
- Download the zipped folder
curl -LO https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-linux.zip
- Unzip
unzip minikube-gui-linux.zip
- Open the application
dist/systray
{{% /tab %}} {{% /tabs %}}
