-
Notifications
You must be signed in to change notification settings - Fork 71
Remove dependency on the runner's volume #244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before this gets too far: can you address the concerns with this approach I raised over in #160 (comment) ?
I'll take a stab at responding as I'd really like to get this feature out as soon as possible :) Cloning a volume via your cloud provider's API, then mounting it inside K8S is FAR more complicated than doing a simple copy via exec API. My understanding is that runner copies only the job "spec" (for the lack of better word) and maybe Most importantly runner container hooks are written to be pretty generic and not prefer one cloud provider over the other. |
Hey @zarko-a! Yeah thanks for braining this out with me my main concern was To expand on that:
👉 So at minimum I would expect this implementation to expect these execs to fail or be interrupted. Heavily integrate backoff retries or something like that.
Well yeah if there was an ADR out for cloud specific providers my team would for sure contribute a GCP one in short order |
No description provided.