1. 03 5月, 2019 1 次提交
  2. 01 5月, 2019 2 次提交
  3. 06 4月, 2019 1 次提交
  4. 05 4月, 2019 1 次提交
  5. 27 3月, 2019 1 次提交
  6. 26 3月, 2019 2 次提交
  7. 21 3月, 2019 1 次提交
  8. 07 3月, 2019 1 次提交
  9. 28 2月, 2019 1 次提交
  10. 15 2月, 2019 1 次提交
  11. 06 2月, 2019 1 次提交
  12. 19 1月, 2019 1 次提交
  13. 18 1月, 2019 1 次提交
  14. 17 1月, 2019 2 次提交
  15. 06 12月, 2018 1 次提交
  16. 29 9月, 2018 2 次提交
  17. 10 2月, 2018 1 次提交
  18. 27 10月, 2017 1 次提交
  19. 09 9月, 2017 1 次提交
    • M
      Add NewMinikubeRunner, separate start args · f966c8cf
      Matt Rickard 提交于
      * Separate start args from args passed to every command.  This is so
      that we can call `minikube logs` and `minikube status` with the proper
      flags (for the bootstrapper)
      
      * Add a NewMinikubeRunner function to make getting a minikube runner
      easier.
      f966c8cf
  20. 24 8月, 2017 1 次提交
  21. 22 8月, 2017 1 次提交
    • M
      Remove 30 second wait from start stop · c7247b9b
      Matt Rickard 提交于
      I removed this awhile ago, but I'm not sure how it snuck back in.
      The original issue was that the VM was getting a new IP, but the driver
      was parsing the leases file and still picking the old IP.  So the only
      way to fix it was to wait for the old lease to expire.
      c7247b9b
  22. 20 5月, 2017 1 次提交
  23. 12 4月, 2017 1 次提交
  24. 11 2月, 2017 1 次提交
    • D
      test: check stopped status repeatedly · c58e5dd1
      Dongsu Park 提交于
      In TestStartStop(), check for stopped status once in 5 seconds,
      up to 30 seconds, instead of always sleeping for 30 seconds
      before stopping it. That way we can reduce duration of the test.
      
      To do that, we need to split out MinikubeRunner.CheckStatus() into
      CheckStatusNoFail() that doesn't lead to T.Fatalf(). Other call sites
      of CheckStatus() would not be then affected.
      c58e5dd1
  25. 05 11月, 2016 1 次提交
  26. 01 7月, 2016 1 次提交
  27. 20 5月, 2016 1 次提交
  28. 15 5月, 2016 1 次提交
  29. 05 5月, 2016 3 次提交
  30. 03 5月, 2016 1 次提交
  31. 01 5月, 2016 1 次提交
  32. 30 4月, 2016 1 次提交