help wantedkind/featurelifecycle/frozenpriority/backlog
Description
I'm trying to fully script a minikube start command so I can share it between developers.
I want to use metallb addon introduced recently, which requires LoadBalancer Start and End IPs (I can construct it with output from minikube ip) to be configured via minikube addons configure metallb.
Can this be set non-interactively? By default, it always spawns the input, and you have to input the addresses yourselves.