fix: add image pre-pull before upgrades to prevent delays from slow image pulls (OP-237)#2128
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label main-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
6ff45cb to
b4118b1
Compare
b4118b1 to
1029992
Compare
a00ff0f to
576914f
Compare
1029992 to
0730cc9
Compare
0730cc9 to
249e211
Compare
249e211 to
6212b51
Compare
3ca7fef to
7590092
Compare
7590092 to
be86f4e
Compare
b374967 to
4859706
Compare
795c018 to
2d2dd90
Compare
2d2dd90 to
844518d
Compare
Graphite Automations"Add anton/matt/sergey/kristina as reviwers on operator PRs" took an action on this PR • (02/01/26)2 reviewers were added to this PR based on Anton Bykov's automation. |
4859706 to
6e76c76
Compare
35b74ed to
bb1caea
Compare
6e76c76 to
dd0fc9b
Compare
bb1caea to
9a56bcd
Compare
dd0fc9b to
3c00867
Compare
🤖 WekAI Remote Test ExecutionStatus: ❌ Failed Error Details: Result Preview: Last updated: 2026-02-11 14:15:05 UTC • Commit: 68e2dca |

TL;DR
Added image pre-pull functionality to improve cluster and client upgrades by ensuring container images are downloaded to nodes before the upgrade process begins.
What changed?
upgrade.imagePrePull.enabled- Enable/disable pre-pulling (default: true)upgrade.imagePrePull.timeout- Maximum time to wait for image pulls (default: 20m)How to test?
Use PRE_SETUP_HOOK to make sure there is no existing wekacluster running
Why make this change?
Image pre-pulling significantly improves upgrade reliability and performance by:
This is especially valuable in environments with slow image registry access or large container images.