Changes

Jump to navigation Jump to search
m
Line 10: Line 10:     
Triggering this kubelet API will request the creation of a checkpoint from the container runtime (e.g., containerd or CRI-O). In tern, the container runtime requests a checkpoint from the low-level runtime (e.g., <code>runc</code>) that invokes CRIU.
 
Triggering this kubelet API will request the creation of a checkpoint from the container runtime (e.g., containerd or CRI-O). In tern, the container runtime requests a checkpoint from the low-level runtime (e.g., <code>runc</code>) that invokes CRIU.
 +
 +
Once the checkpointing has been created, it will be saved as a tar archive with the following name <code>checkpoint-<pod>_<namespace>-<container>-<timestamp>.tar</code> in <code>/var/lib/kubelet/checkpoints</code>.
    
=== Example ===
 
=== Example ===
509

edits

Navigation menu