2022-11-15 20:13:35 +00:00
|
|
|
# minikube GUI
|
|
|
|
|
|
|
|
## Prerequisites
|
|
|
|
|
|
|
|
- minikube setup and available on your path, follow the [Getting Start doc](https://minikube.sigs.k8s.io/docs/start/) if not already done
|
2022-02-24 23:02:53 +00:00
|
|
|
|
|
|
|
## Running
|
|
|
|
|
2022-11-15 20:13:35 +00:00
|
|
|
### From binary (end-user)
|
|
|
|
|
|
|
|
View our documentation for downloading and running the GUI: [Setting Up minikube GUI](https://minikube.sigs.k8s.io/docs/tutorials/setup_minikube_gui/)
|
|
|
|
|
|
|
|
### From Qt Creator
|
|
|
|
|
|
|
|
Open in [Qt Creator](https://doc.qt.io/qtcreator/) via:
|
2022-02-24 23:02:53 +00:00
|
|
|
|
|
|
|
```shell
|
2022-11-15 20:13:35 +00:00
|
|
|
qtcreator minikube.pro
|
2022-02-24 23:02:53 +00:00
|
|
|
```
|
|
|
|
|
2022-11-15 20:13:35 +00:00
|
|
|
### From Command Line
|
2022-02-24 23:02:53 +00:00
|
|
|
|
|
|
|
```console
|
|
|
|
$ qmake
|
|
|
|
$ make
|
|
|
|
...
|
2022-11-15 20:13:35 +00:00
|
|
|
$ ./minikube
|
2022-02-24 23:02:53 +00:00
|
|
|
```
|