1. 31 12月, 2019 1 次提交
  2. 21 12月, 2019 1 次提交
  3. 20 12月, 2019 1 次提交
  4. 17 11月, 2019 1 次提交
  5. 13 11月, 2019 1 次提交
  6. 31 10月, 2019 1 次提交
  7. 30 10月, 2019 1 次提交
  8. 18 10月, 2019 1 次提交
  9. 10 10月, 2019 1 次提交
  10. 17 9月, 2019 1 次提交
  11. 13 9月, 2019 3 次提交
  12. 12 9月, 2019 2 次提交
  13. 31 7月, 2019 3 次提交
    • M
      # This is a combination of 5 commits. · ab28a3ce
      Medya Gh 提交于
      # This is the 1st commit message:
      
      organize integration tests files by type
      
      # This is the commit message #2:
      
      Adding separate profile for each kind of test
      
      # This is the commit message #3:
      
      Adding clean up to delete newly added TestVms
      
      # This is the commit message #4:
      
      goimport
      
      # This is the commit message #5:
      
      making them run in parallel
      ab28a3ce
    • M
      Adding optional set kubecontext · d47d51d8
      Medya Gh 提交于
      d47d51d8
    • M
      Added default profile · d1a41e00
      Medya Gh 提交于
      d1a41e00
  14. 30 7月, 2019 1 次提交
  15. 26 7月, 2019 2 次提交
  16. 20 7月, 2019 2 次提交
  17. 13 7月, 2019 2 次提交
  18. 06 7月, 2019 2 次提交
  19. 01 7月, 2019 1 次提交
  20. 29 6月, 2019 4 次提交
    • B
      fixed linting · 6fa12ea0
      Ben Ebsworth 提交于
      6fa12ea0
    • J
      # This is a combination of 8 commits. · ad97983d
      Jose Donizetti 提交于
      # This is the 1st commit message:
      
      Fix doc comment version.gitCommitID doc
      
      
      # This is the commit message #2:
      
      Add hyperkit doc
      
      
      # This is the commit message #3:
      
      Add commit id to docker-machine-driver-kvm2 version
      
      
      # This is the commit message #4:
      
      removed label selector for registry-proxy daemonset
      
      # This is the commit message #5:
      
      Add support to custom qemu uri on kvm2 driver
      
      
      # This is the commit message #6:
      
      Improve hyperkit vm stop
      
      
      # This is the commit message #7:
      
      Make virtualbox DNS settings configurable 
      
      
      # This is the commit message #8:
      
      added integration tests for registry addon
      ad97983d
    • B
      added integration tests for registry addon · de424fe8
      Ben Ebsworth 提交于
      de424fe8
    • B
      added integration tests for registry addon · bb0417c6
      Ben Ebsworth 提交于
      bb0417c6
  21. 14 6月, 2019 1 次提交
  22. 06 6月, 2019 1 次提交
  23. 20 5月, 2019 1 次提交
  24. 19 5月, 2019 1 次提交
  25. 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
  26. 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
  27. 14 11月, 2018 1 次提交
  28. 08 11月, 2018 1 次提交