1. 20 12月, 2018 3 次提交
  2. 19 12月, 2018 3 次提交
  3. 18 12月, 2018 2 次提交
  4. 15 12月, 2018 1 次提交
  5. 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
  6. 12 12月, 2018 1 次提交
    • P
      Change restart policy on gvisor pod (#3445) · 1514511b
      priyawadhwa 提交于
      * Change restart policy on gvisor pod
      
      Change the restart policy on the gvisor pod to Always. This way, if a
      user runs
      
      minikube addons enable gvisor
      minikube stop
      minikube start
      
      when the addon manager tries to restart the gvisor pod, it will be
      restarted and gvisor will start running automatically. This PR also adds an
      integration test for this functionality.
      
      * Test stop and start
      
      * Revert test to delete
      
      Revert test to delete for now, for some reason "stop" and then "start"
      is failing both locally and in Jenkins for VirtualBox with a "panic test
      timed out after 30 min" error
      1514511b
  7. 11 12月, 2018 4 次提交
  8. 08 12月, 2018 5 次提交
  9. 07 12月, 2018 5 次提交
  10. 06 12月, 2018 15 次提交