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

~/.minikube/files as rootfs "layer" #2110

Merged
merged 4 commits into from
Nov 29, 2017
Merged

Commits on Oct 23, 2017

  1. Apply MINIKUBE_HOME/files as "rootfs" layer

    Instead of scping these files to just /files, we mimic the directory
    structure relative to the ~/.minikube/files directory and place the
    binaries there.  This can be useful for development.
    r2d4 committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    fc84bfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998b01b View commit details
    Browse the repository at this point in the history
  3. Transfer ~/.minikube/files last

    To allow users to overwrite some of the files that we download
    (kubelet, kubeadm, etc.)
    r2d4 committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    9728679 View commit details
    Browse the repository at this point in the history
  4. Handle leading 0

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