1. 20 5月, 2019 1 次提交
  2. 19 5月, 2019 1 次提交
  3. 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
  4. 08 12月, 2018 1 次提交
    • P
      Enable gvisor addon in minikube (#3399) · 8f128a7d
      priyawadhwa 提交于
      This PR adds the code for enabling gvisor in minikube. It adds the pod
      that will run when the addon is enabled, and the code for the image
      which will run when this happens.
      
      When gvisor is enabled, the pod will download runsc and the
      gvisor-containerd-shim. It will replace the containerd config.toml and
      restart containerd.
      
      When gvisor is disabled, the pod will be deleted by the addon manager.
      This will trigger a pre-stop hook which will revert the config.toml to
      it's original state and restart containerd.
      8f128a7d
  5. 14 11月, 2018 1 次提交
  6. 08 11月, 2018 1 次提交
  7. 20 10月, 2018 1 次提交
  8. 04 10月, 2018 2 次提交
  9. 03 10月, 2018 1 次提交
  10. 29 9月, 2018 4 次提交
  11. 14 6月, 2018 1 次提交
  12. 13 6月, 2018 1 次提交
  13. 13 12月, 2017 1 次提交
  14. 02 12月, 2017 1 次提交
  15. 01 12月, 2017 1 次提交
  16. 09 9月, 2017 2 次提交
  17. 24 8月, 2017 2 次提交
  18. 01 4月, 2017 1 次提交
  19. 14 2月, 2017 1 次提交
  20. 06 12月, 2016 1 次提交
  21. 04 12月, 2016 1 次提交
  22. 11 11月, 2016 1 次提交
  23. 04 11月, 2016 1 次提交
  24. 29 10月, 2016 3 次提交
  25. 14 10月, 2016 1 次提交
  26. 10 7月, 2016 2 次提交
  27. 08 7月, 2016 1 次提交
  28. 07 7月, 2016 2 次提交
  29. 01 7月, 2016 1 次提交
  30. 22 6月, 2016 1 次提交