This connects the new CRI ContainerCheckpoint RPC to the existing internal checkpoint functions. With this commit it is possible to checkpoint a container in Kubernetes using the Forensic Container Checkpointing KEP (#2008): # curl X POST "https://localhost:10250/checkpoint/namespace/podId/container" Which will result in containerd creating a checkpoint in the location specified by Kubernetes (usually /var/lib/kubelet/checkpoints). This is a Linux only feature because CRIU only exists on Linux. Rewritten with the help of Phil Estes. Signed-off-by: Phil Estes <estesp@gmail.com> Signed-off-by: Adrian Reber <areber@redhat.com>
18 lines
323 B
Plaintext
18 lines
323 B
Plaintext
test/test
|
|
test/test.coverage
|
|
test/piggie/piggie
|
|
test/phaul/phaul
|
|
test/phaul/phaul.coverage
|
|
test/loop/loop
|
|
test/mmapper/mmapper
|
|
test/crit/crit-test
|
|
test/crit/test-imgs
|
|
test/crit/crit-test.coverage
|
|
test/.coverage/
|
|
image
|
|
scripts/magic-gen/*.h
|
|
scripts/magic-gen/expected.go
|
|
scripts/magic-gen/output.go
|
|
crit/bin
|
|
crit/test-imgs/
|