kubernetes/minikube

minikube should warn about out-of-date VM's

Open

#4,322 opened on May 22, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Go (31,799 stars) (5,222 forks)batch import
help wantedkind/featurelifecycle/frozenpriority/backlog

Description

Occassionally, using minikube from an old VM can cause issues. For instance, an unexpectedly old version of Docker.

We should detect if the image version is out of date, and warn appropriately.

Two ideas:

  • older than the major release of minikube
  • older than X days

Contributor guide