kubernetes/minikube

Make the VM IP settable

Open

#2,938 opened on Jun 26, 2018

View on GitHub
 (8 comments) (2 reactions) (0 assignees)Go (5,222 forks)batch import
area/networkinghelp wantedkind/featurelifecycle/frozenpriority/awaiting-more-evidence

Repository metrics

Stars
 (31,799 stars)
PR merge metrics
 (Avg merge 12d 19h) (43 merged PRs in 30d)

Description

Is this a BUG REPORT or FEATURE REQUEST? (choose one): Perhaps Both

Please provide the following details:

Environment: Windows 10 or Mac High Sierra Minikube version (use minikube version): ALL

  • Install tools: choco or homebrew

What happened: Minikube ip changes after stopping and starting it. This is inconsistent as sometimes it doesn't change What you expected to happen: Minikube ip to be configurable How to reproduce it (as minimally and precisely as possible): minikube start minikube ip minikube delete minikube start minikube ip

As a feature request, I would appreciate it if there was a flag that could specify that IP when you run minikube start.

Contributor guide