Commit d50e1a9
committed
Increase Kind apiserver event TTL from 1h to 4h
Kubernetes events expire after 1 hour by default. In CI, kind export
logs often runs 1-2 hours after the test window, by which time the
relevant events have already been garbage-collected.
This was a concrete gap during the Azure archive flakiness
investigation (PR #2340): the failing tests ran around 06:36 but kind
export logs didn't execute until ~08:22 — nearly 2 hours later. All
Kubernetes events from the failure window (pod scheduling, restarts,
liveness probe failures, OOM kills) had expired and were unavailable
for diagnosis.
Bump --event-ttl to 4h via a kubeadm ClusterConfiguration patch in
the Kind cluster config, ensuring events survive for the entire
duration of CI jobs.
Issue: ZENKO-52171 parent 4da7e65 commit d50e1a9
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
0 commit comments