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 (31,799 stars) (5,222 forks)batch import
co/multinodehelp wantedkind/buglifecycle/stalepriority/important-longterm

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