You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(k8s): replace deprecated wait.Poll* with context-aware APIs
- Replace wait.PollUntil → wait.PollUntilContextCancel in status polling
- Replace wait.Poll → wait.PollUntilContextTimeout in e2e test framework
- Replace wait.ErrWaitTimeout → context.DeadlineExceeded for timeout handling
- Migrate all wait.Poll* usages to context-aware alternatives
- Simplify timeout handling for compatibility across Kubernetes versions
This removes deprecation warnings and aligns with modern Kubernetes patterns
for timeout and cancellation handling while maintaining compatibility with
older Kubernetes versions (v1.29.14+).
Note: Per project maintenance mode, this PR focuses on deprecation cleanup; no new features.
0 commit comments