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

addons: Fixes multiple files behavior in files rootfs #3501

Merged
merged 2 commits into from
Feb 15, 2019

Commits on Feb 10, 2019

  1. Fixes multiple files behavior in files rootfs

    Some files may be left uncopied to the VM when there are multiple
    files in the .minikube/files directory as the code misinterprets
    the last parent dir as parent dirs for all files, which results
    some files with the same name were not copied.
    
    This patch fixes the behavior.
    laozc committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    0c1d3f2 View commit details
    Browse the repository at this point in the history
  2. Add unit testcase for addon file patterns

    afero introduced for mocking a filesystem.
    laozc committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    a6332e3 View commit details
    Browse the repository at this point in the history