Changes

m
no edit summary
Line 8: Line 8:  
curl -X POST "https://localhost:10250/checkpoint/<Namespace>/<Pod>/<Container>"
 
curl -X POST "https://localhost:10250/checkpoint/<Namespace>/<Pod>/<Container>"
 
</pre>
 
</pre>
 +
 +
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.
    
=== Example ===
 
=== Example ===
509

edits