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

nodeup file: Set owner & group when we write the file. #10757

Merged
merged 2 commits into from
Feb 8, 2021

Commits on Feb 7, 2021

  1. nodeup file: Set owner & group when we write the file.

    Otherwise we had an issue where the file existed with the correct
    owner/group; when we rewrote it we set the owner/group to root/root;
    but we then didn't set the owner/group if they were previously
    correct.
    
    Was visible in the flatcar test results.
    justinsb committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    4ca4541 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    47adc91 View commit details
    Browse the repository at this point in the history