kubernetes/minikube

Non-interactive minikube addons configure?

Open

#8,283 opened on May 27, 2020

View on GitHub
 (11 comments) (15 reactions) (0 assignees)Go (31,799 stars) (5,222 forks)batch import
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.

Contributor guide

Non-interactive minikube addons configure? · kubernetes/minikube#8283 | Good First Issue