Checkpoints
A checkpoint is a point-in-time capture of a runtime’s state, writable filesystem changes, and restore metadata such as vCPU, memory, CPU architecture, and pinned image hashes.
runta checkpoint create
Section titled “runta checkpoint create”runta checkpoint create <runtime_name> <checkpoint_name>runta checkpoint restore
Section titled “runta checkpoint restore”runta checkpoint restore [OPTIONS] <checkpoint_name> <runtime_name>| Option | Description |
|---|---|
-p, --publish <ingress_spec> | Repeatable ingress rule to attach to the restored runtime, for example 8080/http. |
runta checkpoint ls
Section titled “runta checkpoint ls”runta checkpoint ls [OPTIONS]Alias: runta checkpoint list.
| Option | Description |
|---|---|
--all | Include system-managed idle checkpoints. |
runta checkpoint rm
Section titled “runta checkpoint rm”runta checkpoint rm <checkpoint_name>