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

Fix kubelet service file permission warning #640

Merged
merged 1 commit into from
Sep 27, 2018
Merged

Fix kubelet service file permission warning #640

merged 1 commit into from
Sep 27, 2018

Commits on Sep 27, 2018

  1. Fix kubelet service file permission warning

    To fix below waring:
    7月 26 12:47:58 test-0.localdomain systemd[1]: Configuration file /etc/systemd/system/kubelet.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    
    The service file should be in 644 mode rather than 755.
    
    Signed-off-by: Xiang Dai <764524258@qq.com>
    daixiang0 committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    a110778 View commit details
    Browse the repository at this point in the history