Skip to content

Commit

Permalink
update container-log-max-size
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Ojea <[email protected]>
  • Loading branch information
elieser1101 and aojea authored Nov 3, 2024
1 parent f94fbf3 commit c613603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/e2e-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c613603

Please sign in to comment.