2 Commits
Author SHA1 Message Date
chlins 2649b2554c Fix hook timeout review feedback
Signed-off-by: chlins <chlins.zhang@gmail.com>
2026-08-03 13:28:31 +08:00
chlins 4220c7abe8 Cancel hook exec stream on timeout and bound hook timeouts
Hook timeouts come from pod annotations via time.ParseDuration, which accepts
negative and arbitrarily large values, and the exec stream was never cancelled.

Signed-off-by: chlins <chlins.zhang@gmail.com>
2026-07-31 15:02:23 +08:00