mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
Replace the manual 3-retry loop (with no delay) in VerifyCgroupValue with framework.Gomega().Eventually() + HandleRetry, matching the pattern used for oom_score_adj deflake in #137329. This gives proper polling with backoff when exec fails during container restarts.