Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove localkube from bindata #2089

Merged
merged 4 commits into from
Oct 20, 2017
Merged

Remove localkube from bindata #2089

merged 4 commits into from
Oct 20, 2017

Commits on Oct 19, 2017

  1. Remove localkube from bindata

    This makes the minikube build simpler and the the binary smaller.
    Localkube will always be remotely fetched and locally cached on the
    host.
    r2d4 committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a7d5684 View commit details
    Browse the repository at this point in the history
  2. Split out hyperkit into CGO needed stub

    This allows us to use the hyperkit Driver struct in minikube, without
    needing CGO_ENABLED=1.  For the hyperkit driver binary, the
    CGO_ENABLED=1 function will work.
    r2d4 committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    02f0d41 View commit details
    Browse the repository at this point in the history
  3. Makefile consolidation

    r2d4 committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    7cb4f99 View commit details
    Browse the repository at this point in the history
  4. import erorr

    r2d4 committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a19f90f View commit details
    Browse the repository at this point in the history