mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-11 00:52:00 +00:00
The deploy will read EROFS_SNAPSHOTTER_MODE from the environment and, when set to "integrity", disable fsverity/immutable and enable dmverity_mode and enable_dmverity in the containerd erofs snapshotter/differ config. Add validation for the mode value and use an explicit 300s timeout for node-readiness checks during kata-deply in github CI. Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>