1. 22 12月, 2018 7 次提交
  2. 21 12月, 2018 12 次提交
  3. 20 12月, 2018 6 次提交
  4. 19 12月, 2018 6 次提交
  5. 18 12月, 2018 5 次提交
  6. 15 12月, 2018 3 次提交
  7. 14 12月, 2018 1 次提交
    • P
      Save old cluster config in memory before overwriting (#3450) · 5d910e89
      priyawadhwa 提交于
      * 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
      5d910e89