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
v1 e2e (#37) accepts imagePullPolicy: Always and pulling nginx:latest from the network. That is a common flake source (registry rate limits, transient pull failures) and slows CI on cold runners.
What problem would this solve?
v1 e2e (#37) accepts
imagePullPolicy: Alwaysand pullingnginx:latestfrom the network. That is a common flake source (registry rate limits, transient pull failures) and slows CI on cold runners.What do you want?
Harden the e2e workload image path after #37:
LoadImageonce proposal: load local images into the local cluster #30 exists, or Kind load in CI).:latest+ Always for the e2e fixture only (do not change product defaults casually).Depends on: #37. Related: #30 (load local images into the local cluster).
Alternatives considered
:latest— simplest, flakier.