mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
update container-log-max-size
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
This commit is contained in:
@@ -117,7 +117,7 @@ create_cluster() {
|
||||
fi
|
||||
kubelet_extra_args=" \"v\": \"${KIND_CLUSTER_LOG_LEVEL}\"
|
||||
\"container-log-max-files\": \"10\"
|
||||
\"container-log-max-size\": \"5Mi\""
|
||||
\"container-log-max-size\": \"100Mi\""
|
||||
KUBELET_LOG_FORMAT=${KUBELET_LOG_FORMAT:-$CLUSTER_LOG_FORMAT}
|
||||
if [ -n "$KUBELET_LOG_FORMAT" ]; then
|
||||
check_structured_log_support "KUBECTL_LOG_FORMAT"
|
||||
|
||||
Reference in New Issue
Block a user