minikube/cmd
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 Move drivers to pkg/drivers, share utils 2017-09-12 14:29:22 -07: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
storage-provisioner Replace %s format directives with %v for errors. 2018-09-28 16:05:27 -07:00
util Replace %s format directives with %v for errors. 2018-09-28 16:05:27 -07:00