1. 06 12月, 2016 1 次提交
  2. 02 12月, 2016 1 次提交
  3. 30 11月, 2016 1 次提交
  4. 17 11月, 2016 1 次提交
    • C
      Use correct binary name in .deb package · 817e9ea3
      Cedric Ziel 提交于
      Before this change, the binary was named `minikube-linux-amd64`,
      which is the platform specific artifact name.
      
      When installed through the .deb package, a user expects to have
      the `minikube` directly on the `$PATH`.
      
      This change populates the binary as `minikube` in the resulting .deb file.
      817e9ea3
  5. 05 11月, 2016 1 次提交
    • M
      Update minikube-iso makefile target · c684ce53
      Matt Rickard 提交于
      The makefile was slightly broken for minikube-iso.  Since it && all the
      commands to check if buildroot, the git clone failed if the buildroot
      folder already existed and broke the target.  I put this logic in a
      conditional.
      c684ce53
  6. 03 11月, 2016 1 次提交
  7. 01 11月, 2016 1 次提交
  8. 30 10月, 2016 1 次提交
  9. 28 10月, 2016 1 次提交
  10. 26 10月, 2016 1 次提交
    • M
      Remove vendored kube2sky, Add DNS as cluster addon · 7560384f
      Matt Rickard 提交于
      Removes the vendored in kube2sky built into the minikube binary and
      replaces the dns solution with kube-dns cluster addon.  This will allow
      users to swap out DNS implementations by simply turning off the
      kube-dns addon.
      7560384f
  11. 22 10月, 2016 1 次提交
  12. 19 10月, 2016 1 次提交
  13. 14 10月, 2016 1 次提交
  14. 12 10月, 2016 1 次提交
  15. 08 10月, 2016 1 次提交
    • M
      Pass in k8s ldflags to minikube also · b2604a63
      Matt Rickard 提交于
      We are using k8s pkg/version in minikube cmd to print out the
      default version.  This was falling back to the defaults in pkg/version/base.go which were an ugly format string.  This wasn't actually being passed into cluster.go because we didn't pass the string in if was a default version.
      b2604a63
  16. 07 10月, 2016 1 次提交
  17. 06 10月, 2016 1 次提交
  18. 05 10月, 2016 1 次提交
  19. 28 9月, 2016 1 次提交
    • D
      Check localkube SHAs. · 31b2b9e7
      Dan Lorenc 提交于
      Also add notes to the RELEASING.md doc, and a make target to test the release.
      31b2b9e7
  20. 26 9月, 2016 1 次提交
  21. 24 9月, 2016 1 次提交
  22. 16 9月, 2016 1 次提交
  23. 15 9月, 2016 1 次提交
  24. 02 9月, 2016 1 次提交
  25. 30 8月, 2016 1 次提交
  26. 18 8月, 2016 1 次提交
  27. 29 7月, 2016 2 次提交
  28. 28 7月, 2016 2 次提交
  29. 27 7月, 2016 1 次提交
  30. 22 7月, 2016 2 次提交
  31. 19 7月, 2016 1 次提交
  32. 17 7月, 2016 1 次提交
    • D
      Fix builds on OSX. · aa4ca6ea
      Dan Lorenc 提交于
      This broke during the last Makefile cleanup, we were ln'ing the same path to itself.
      aa4ca6ea
  33. 16 7月, 2016 1 次提交
  34. 15 7月, 2016 2 次提交
  35. 14 7月, 2016 2 次提交