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

cmd/kubelet: implement drop-in configuration directory for kubelet #119390

Merged
merged 1 commit into from Jul 19, 2023

Commits on Jul 19, 2023

  1. cmd/kubelet: implement drop-in configuration directory for kubelet

    This implements a drop-in configuration directory for the kubelet
    by introducing a "--config-dir" flag. Users can provide individual
    kubelet config snippets in separate files, formatted similarly to
    kubelet.conf. The kubelet will process the files in alphanumeric order,
    appending configurations if subfield(s) doesn't exist, overwriting them if
    they do, and handling lists by overwriting instead of merging.
    
    Co-authored-by: Yu Qi Zhang <jerzhang@redhat.com>
    sohankunkerkar and yuqi-zhang committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    06a81d1 View commit details
    Browse the repository at this point in the history