containerLogMaxSize property

String? containerLogMaxSize
getter/setter pair

Defines the maximum size of the container log file before it is rotated.

See https://kubernetes.io/docs/concepts/cluster-administration/logging/#log-rotation Valid format is positive number + unit, e.g. 100Ki, 10Mi. Valid units are Ki, Mi, Gi. The value must be between 10Mi and 500Mi, inclusive. Note that the total container log size (container_log_max_size * container_log_max_files) cannot exceed 1% of the total storage of the node, to avoid disk pressure caused by log files. The default value is 10Mi if unspecified.

Optional.

Implementation

core.String? containerLogMaxSize;