containers / podman-desktop-extension-minikube

Apache License 2.0
3 stars 8 forks source link

Add addons to minikube creation #36

Open aknochow opened 8 months ago

aknochow commented 8 months ago

Is your enhancement related to a problem? Please describe

There is no way to specify addons when creating a minikube cluster using podman-desktop.

Describe the solution you'd like

An extra field in the minikube creation survey that allows the user to enter a comma separate listed of addons similar to the command line:

minikube start --driver=podman --addons=ingress,ingress-dns,registry

Describe alternatives you've considered

No response

Additional context

No response

benoitf commented 8 months ago

transferring to the extension repository

afbjorklund commented 3 months ago

minikube addons enable command?