A container runtime and CRI release that changes checkpoint-restore defaults and lifecycle, adds CRIU and Windows log-scrubbing configuration, and expands runtime support. It also includes fixes for CRI environment handling and mount-manager activation, plus dependency manifest updates that are not operator-facing.
Check if affected (3)
breakingThe
enable_experimental_restore_via_createdefaultApplies if you use
CreateContainer.The CRI disables
enable_experimental_restore_via_createby default inCreateContainer.breakingThe
ScrubLogsdefault on WindowsApplies if you run on Windows.
ScrubLogsis enabled by default for Windows.breakingCheckpoint restore without
CRIUApplies if you do not have
CRIUinstalled.The checkpoint restore code path is disabled when
CRIUis not installed.
Plan ahead (1)
deprecatedRestore in
CreateContainer, deprecatedApplies if you use
CreateContainer.The CRI deprecates restore in
CreateContainer.