minikube/pkg
priyawadhwa 5d910e8937 Save old cluster config in memory before overwriting (#3450)
* Save old cluster config in memory before overwriting

In PR #3426, I changed "minikube start" to overwrite the cluster config earlier so that the container runtime could be extracted from it by the buildroot provisioner. This introduced a bug later on, where minikube expected to read the kubernetes version from theold config (which no longer existed, because the config was overwritten).

To fix this, I changed the code to store the old version of the config in memory before overwriting it.

This should fix #3447
2018-12-13 14:31:22 -08:00
..
drivers Only require docker for the docker runtime (#3303) 2018-11-27 14:15:08 -08:00
gvisor Enable gvisor addon in minikube (#3399) 2018-12-07 15:27:22 -08:00
minikube Save old cluster config in memory before overwriting (#3450) 2018-12-13 14:31:22 -08:00
provision Only restart docker service if container runtime is docker (#3426) 2018-12-07 12:08:59 -08:00
storage Manual changes to remove localkube. 2018-07-24 12:36:42 -07:00
util Enable gvisor addon in minikube (#3399) 2018-12-07 15:27:22 -08:00
version remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube 2018-07-24 12:36:42 -07:00