Skip to content

Commit

Permalink
Merge pull request #3774 from elieser1101/main
Browse files Browse the repository at this point in the history
update container-log-max-files-max-size
  • Loading branch information
k8s-ci-robot authored Nov 5, 2024
2 parents 4f444f8 + c613603 commit ce26184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/ci/e2e-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ create_cluster() {
apiServer_extra_args="${apiServer_extra_args}
\"logging-format\": \"${CLUSTER_LOG_FORMAT}\""
fi
kubelet_extra_args=" \"v\": \"${KIND_CLUSTER_LOG_LEVEL}\""
kubelet_extra_args=" \"v\": \"${KIND_CLUSTER_LOG_LEVEL}\"
\"container-log-max-files\": \"10\"
\"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 ce26184

Please sign in to comment.