containerLogMaxFiles property

int? containerLogMaxFiles
getter/setter pair

Defines the maximum number of container log files that can be present for a container.

See https://kubernetes.io/docs/concepts/cluster-administration/logging/#log-rotation The value must be an integer between 2 and 10, inclusive. The default value is 5 if unspecified.

Optional.

Implementation

core.int? containerLogMaxFiles;