Skip to content

cudackpt 0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 18:17

cudackpt 0.3.0

Reliability and operability release — restore metrics, config-driven RPC auth, deep health probes, packaging dependencies, and shim socket cleanup.

Install

sudo dpkg -i cudackpt_0.3.0_amd64.deb

Or build from source: git checkout v0.3.0 && make && sudo make install

Highlights

  • Restore failure metrics on preflight, materialize, CRIU, and shim timeout paths
  • rpc_secret in /etc/cudackpt.conf for orchestrator RPC auth
  • Agent GET /health?deep=1 and cudackpt serve health over control socket
  • .deb declares Depends: criu and recommends NVIDIA driver packages
  • Shim unlinks per-PID IPC socket on process exit
  • Graceful shutdown for cudackpt metrics

See CHANGELOG.md for full notes.