kubernetes/minikube

Command start should delete node with empty ip or retrieve one

Open

#9,834 opened on Dec 3, 2020

View on GitHub
 (17 comments) (0 reactions) (0 assignees)Go (5,222 forks)batch import
co/multinodehelp wantedkind/buglifecycle/stalepriority/important-longterm

Repository metrics

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

Description

Steps to reproduce the issue:

  1. Open config.json, run minikube node add minikube-m02
  2. Interrupt the add command after the node info presented in config.json but before ip is set
  3. Run minikube stop && minikube start, the node couldn't start

Contributor guide