Files
kata-containers/tools
Fabiano Fidêncio 5d40ba66ff helm-chart: add priorityClassName to prevent kata-deploy eviction
kata-deploy is a per-node infrastructure DaemonSet; if it gets evicted
under node memory/CPU pressure the node loses its Kata runtime until
the pod is rescheduled. Default to system-node-critical so the kubelet
evicts lower-priority workloads first.

The value is configurable via `priorityClassName` in values.yaml.

Fixes: #13068

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
2026-05-18 15:14:06 +02:00
..