kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.33k stars 4.88k forks source link

minikube-gui not working on ubuntu 24.04 #19784

Open gecoool opened 6 days ago

gecoool commented 6 days ago

after installing minikube-gui as indicated https://minikube.sigs.k8s.io/docs/tutorials/setup_minikube_gui/#Linux, there were dependencies missing: libqt5gui5. After installing this manually, the complaint was: error: undefined symbol: _ZdlPvm, version Qt_5. After a quick search, no obvious solution is available for this issue. Please fix.

afbjorklund commented 5 days ago

If you run the minikube-gui in the top, it will only use system libraries (that have to be the "right" version...)

But you can run the ./usr/bin/minikube-gui, and it will use the bundled Qt libraries - or you can use the app:

https://github.com/kubernetes-sigs/minikube-gui/releases/latest/download/minikube-gui-linux.AppImage

See https://appimage.org/ for details on how to use AppImage files (it is the same application in both formats)