--- # Removed from Kubernetes title: CRIContainerLogRotation content_type: feature_gate _build: list: never render: false stages: - stage: alpha defaultValue: false fromVersion: "1.10" toVersion: "1.10" - stage: beta defaultValue: true fromVersion: "1.11" toVersion: "1.20" - stage: stable defaultValue: true fromVersion: "1.21" toVersion: "1.22" removed: true --- Enable container log rotation for CRI container runtime. The default max size of a log file is 10MB and the default max number of log files allowed for a container is 5. These values can be configured in the kubelet config. See [logging at node level](/docs/concepts/cluster-administration/logging/#logging-at-the-node-level) for more details.