You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I happened to try adding a port for some UDP service, but there are plenty that are useful https://minikube.sigs.k8s.io/docs/commands/start/, e.g. image-repository to use a mirror, gpus to allow gpus, and so on, there are many different flags which is why I suggested a passthrough rather than trying to wrap every single flag minikube ever or will implement.
e.g.
kn quickstart minikube -- --ports=8080
Should be simple to support by just passing everything after a
--
tominikube start
The text was updated successfully, but these errors were encountered: