cyberark / kubeletctl

A client for kubelet
Apache License 2.0
736 stars 83 forks source link

Support the Checkpoint API #23

Closed christophetd closed 1 year ago

christophetd commented 1 year ago

K8s 1.25 introduced the Checkpoint API https://betterprogramming.pub/backup-and-restore-of-containers-with-kubernetes-checkpointing-api-e310cf29cd4a. It would be great to have support in kubeletctl

g3rzi commented 1 year ago

Great, thanks for sharing, we will add it and update once done :)

g3rzi commented 1 year ago

Hi @christophetd We added support to the /checkpoint API.

christophetd commented 1 year ago

Great to hear, thanks!