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 logrotate user in UBI images #6052

Merged
merged 1 commit into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. Fix logrotate user in UBI images

    logrotate needs to run as the same user as OVS to get the proper
    permissions of log files. As Antrea runs OVS as root, we disable
    libcapng to make logrotate also run as root.
    
    Fixes: antrea-io#6046
    
    Signed-off-by: Xu Liu <[email protected]>
    xliuxu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3927cb2 View commit details
    Browse the repository at this point in the history