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

Add kubelet config file to update containerLogMaxSize and containerLogMaxFiles setting #866

Open
wants to merge 1 commit into
base: release-4.15
Choose a base branch
from

Commits on Mar 21, 2024

  1. Add kubelet config file to update containerLogMaxSize and containerLo…

    …gMaxFiles setting
    
    By default log size is set to 50Mi and number of log file is set to 5
    but for local developement we might not need those setting where disk
    space is also critical. In this PR we are changing it to 5Mi and 2
    respectivily.
    
    During the testing (generation of 4.15.3 bundle) I can see reduction of
    ~ 200 MB to final bundle size.
    praveenkumar committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7f89a9d View commit details
    Browse the repository at this point in the history