1. 19 9月, 2017 2 次提交
  2. 12 9月, 2017 1 次提交
  3. 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
  4. 07 9月, 2017 3 次提交
  5. 31 8月, 2017 3 次提交
    • M
      Use the build tags for containers/image everywhere · 57aa3e61
      Matt Rickard 提交于
      57aa3e61
    • M
      Cache images for localkube · 55b41415
      Matt Rickard 提交于
      This PR introduces caching of localkube images.  It makes a best effort
      to cache the essential images localkube needs as minikube starts up.
      Currently, the list of cached images is hardcoded, but future work might
      entail
      
      1. Cached images as a property of the cluster bootstrapper - to allow
      localkube and kubeadm to cache their respective images.
      2. Addons contain image information.  Then, we can selectively cache and
      preload only the addon images that are enabled.
      55b41415
    • M
      Vendor changes · 201e5f9e
      Matt Rickard 提交于
      201e5f9e
  6. 29 8月, 2017 5 次提交
    • M
      Add target for none driver integration · 6c73183c
      Matt Rickard 提交于
      Theres currently no good way to run the integration tests for the none
      driver locally.  Now that we've added the e2e target, we can depend on
      that.  Running the e2e test binary locally requires the testdata folder
      to be in a different path, since it is relative to where the code is
      being ran.  I added a testdata-dir flag to the integration tests so we
      can set it appropriately for when we want to run the e2e binary by
      itself.
      
      I also made the e2e test binary a PHONY target, so we rebuild it each
      time.  I had trouble collecting the dependencies on the integration
      test packages
      6c73183c
    • M
      Rename kvm driver to kvm2 · 531e8110
      Matt Rickard 提交于
      531e8110
    • M
      Bring KVM driver in-tree · 48b16580
      Matt Rickard 提交于
      Add boilerplate
      
      Review feedback
      48b16580
    • M
      Move CalculateDiskSizeInMB to utils to use in kvm · 1052dda3
      Matt Rickard 提交于
      1052dda3
    • M
      Add makefile rule for linux-defconfig · d880f6bb
      Matt Rickard 提交于
      I find myself referencing this documentation every time I make kernel
      configuration changes.  I've added a simple rule to open the kernel
      configuration menu, and then save your changes to the right directory.
      d880f6bb
  7. 26 8月, 2017 1 次提交
  8. 25 8月, 2017 3 次提交
  9. 24 8月, 2017 1 次提交
  10. 23 8月, 2017 1 次提交
  11. 22 8月, 2017 1 次提交
  12. 20 8月, 2017 1 次提交
  13. 17 8月, 2017 2 次提交
  14. 02 8月, 2017 1 次提交
  15. 26 7月, 2017 2 次提交
  16. 25 7月, 2017 2 次提交
  17. 20 7月, 2017 1 次提交
  18. 14 7月, 2017 2 次提交
    • M
      Update makefile for 1.7 · ca0b5504
      Matt Rickard 提交于
      ca0b5504
    • M
      Fix darwin native build · 96b61f19
      Matt Rickard 提交于
      The cross build container we use for darwin needs two extra environment
      variables to invoke specific C and CPP compilers.  These aren't needed
      and won't work natively on darwin, so only pass them in for docker
      builds.
      96b61f19
  19. 13 7月, 2017 1 次提交
  20. 06 7月, 2017 1 次提交
  21. 30 6月, 2017 1 次提交
    • M
      Add option to build minikube, localkube in docker · 3ffc1e7b
      Matt Rickard 提交于
      BUILD_IN_DOCKER=y will build both localkube and minikube in docker
      LOCALKUBE_BUILD_IN_DOCKER=y, MINIKUBE_BUILD_IN_DOCKER=y will toggle
      docker builds for each respective binary
      
      Regardless of the options provided, if you attempt to build localkube on
      a non-linux platform, it will run in docker.  This ensures that `make`
      still works as expected on darwin.
      3ffc1e7b
  22. 28 6月, 2017 2 次提交
  23. 22 6月, 2017 2 次提交
    • M
      Remove fake _gopath · 08e009f5
      Matt Rickard 提交于
      Don't symlink into fake gopath, just use normal gopath.  This removes a
      lot of the misleading warning messages from building minikube
      08e009f5
    • M
      Cut 0.20.0 Release · 5a9b4ab5
      Matt Rickard 提交于
      Fix build version to be 0 instead of 1
      5a9b4ab5