mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 11:40:10 -03:30
Allow configuring container log limits for Kubelet (#6933)
This commit is contained in:
committed by
GitHub
parent
e909f84966
commit
7938748d77
@@ -69,6 +69,12 @@ kubelet_config_extra_args: {}
|
||||
## Support parameters to be passed to kubelet via kubelet-config.yaml only on nodes, not masters
|
||||
kubelet_node_config_extra_args: {}
|
||||
|
||||
# Maximum number of container log files that can be present for a container.
|
||||
kubelet_logfiles_max_nr: 5
|
||||
|
||||
# Maximum size of the container log file before it is rotated
|
||||
kubelet_logfiles_max_size: 10Mi
|
||||
|
||||
## Support custom flags to be passed to kubelet
|
||||
kubelet_custom_flags: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user