mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-08 00:01:40 +00:00
Automatic merge from submit-queue Add clarity/retries to proxy url test Improve one segment of the kube-proxy networking test by: 1. Retrying for 30s 2. Bucketing into 2 failure modes 3. Adding some clarity by describing the exec pod on failure Althought 1 shouldn't be necessary, I don't think we lose anything if the kube-proxy convenience endpoint doesn't respond immediately, and if it fails for 30s straight it is indicative of something that requires attention probably within 1.5. Fixes https://github.com/kubernetes/kubernetes/issues/32436