1. 11 1月, 2017 1 次提交
  2. 10 1月, 2017 1 次提交
    • D
      Fix makefile target · f74bfdb4
      dlorenc 提交于
      This allows us to use vendored dependencies inside the minikube/cmd/main.go file.
      f74bfdb4
  3. 15 12月, 2016 1 次提交
  4. 08 12月, 2016 1 次提交
  5. 06 12月, 2016 1 次提交
  6. 02 12月, 2016 1 次提交
  7. 30 11月, 2016 1 次提交
  8. 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
  9. 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
  10. 03 11月, 2016 1 次提交
  11. 01 11月, 2016 1 次提交
  12. 30 10月, 2016 1 次提交
  13. 28 10月, 2016 1 次提交
  14. 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
  15. 22 10月, 2016 1 次提交
  16. 19 10月, 2016 1 次提交
  17. 14 10月, 2016 1 次提交
  18. 12 10月, 2016 1 次提交
  19. 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
  20. 07 10月, 2016 1 次提交
  21. 06 10月, 2016 1 次提交
  22. 05 10月, 2016 1 次提交
  23. 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
  24. 26 9月, 2016 1 次提交
  25. 24 9月, 2016 1 次提交
  26. 16 9月, 2016 1 次提交
  27. 15 9月, 2016 1 次提交
  28. 02 9月, 2016 1 次提交
  29. 30 8月, 2016 1 次提交
  30. 18 8月, 2016 1 次提交
  31. 29 7月, 2016 2 次提交
  32. 28 7月, 2016 2 次提交
  33. 27 7月, 2016 1 次提交
  34. 22 7月, 2016 2 次提交
  35. 19 7月, 2016 1 次提交
  36. 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
  37. 16 7月, 2016 1 次提交