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

Only copy new or modified files into VM on restart #5864

Merged
merged 3 commits into from
Nov 13, 2019

Commits on Nov 7, 2019

  1. Only copy new or modified files into VM on restart

    When minikube restarts, we can save time by only copying over files that
    have changes or don't exist in the VM. The code in this PR first checks
    if the file already exists in the VM, and skips copying it over again if
    it does.
    Priya Wadhwa committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    38823e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Check for file size and mtime at the same time

    Also, copy over the mtime correctly in Copy so that we can make sure
    they are equal in `sameFileExists`
    Priya Wadhwa committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    006b802 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Simplify command to get size and modtime

    Priya Wadhwa committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    e9d2126 View commit details
    Browse the repository at this point in the history