containerLogMaxSize

@JvmName(name = "bidoqtnmkfyanwcr")
suspend fun containerLogMaxSize(value: Output<String>)
@JvmName(name = "wghvbwoffopxaipk")
suspend fun containerLogMaxSize(value: String?)

Parameters

value

Defines the maximum size of the container log file before it is rotated. Specified as a positive number and a unit suffix, such as "100Ki", "10Mi". Valid units are "Ki", "Mi", "Gi". The value must be between "10Mi" and "500Mi", inclusive. And the total container log size (container_log_max_size * container_log_max_files) cannot exceed 1% of the total storage of the node.