Conversation
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. |
Graphite Automations"Add anton/matt/sergey/kristina as reviwers on operator PRs" took an action on this PR • (01/20/26)3 reviewers were added to this PR based on Anton Bykov's automation. |
|
|
||
|
|
||
| # Copy weka CLI from shared volume if available (for custom builder images) | ||
| copy_cli() |
There was a problem hiding this comment.
should be called only for mode == builder
There was a problem hiding this comment.
it is needed for drivers-loader as well
it won't copy the cli unless it already exists in the shared-weka-cli folder - if not there it is just skipped (it is copied only when init-container puts it there - for builder/loader)
I can add the condition if you want to make it more explicit
There was a problem hiding this comment.
Yes, we already have such in this file
aeb02fa to
6a7d283
Compare
|
|
||
| # Copy weka CLI from shared volume if available (for custom builder images) | ||
|
|
||
| if MODE in ["drivers-loader", "drivers-builder"]: |
There was a problem hiding this comment.
should be moved to main function
There was a problem hiding this comment.
moved it later up the stack PR 2102
6a7d283 to
6db9d56
Compare
5970514 to
54c309f
Compare
54c309f to
55f02bb
Compare

TL;DR
Added functionality to copy the Weka CLI from a shared volume to driver loader pods.
What changed?
copy_cli()function inweka_runtime.pythat copies the Weka CLI from a shared volume to/usr/bin/wekaif availableCopyWekaCliToMainContainer()function that adds an init container to copy the Weka CLI to a shared volumedefaultCliContainerconfiguration parameter to specify which container image to use for the CLIhttps://wekaio.atlassian.net/browse/OP-226