Add local development setup guide for whole system#6900
Open
andreahlert wants to merge 1 commit intoflyteorg:v2from
Open
Add local development setup guide for whole system#6900andreahlert wants to merge 1 commit intoflyteorg:v2from
andreahlert wants to merge 1 commit intoflyteorg:v2from
Conversation
Add DEVELOPMENT.md with step-by-step instructions for setting up the full Flyte v2 system locally using the unified manager binary (single process). Covers prerequisites, kind cluster setup, MinIO deployment, manager startup, teardown, individual service development, SDK testing, and troubleshooting. Closes flyteorg#6839 Signed-off-by: André Ahlert <andre@aex.partners>
|
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Author
|
Hi @pingsutw @machichima, could you take a look when you have a chance? I put together a root-level DEVELOPMENT.md covering the full local setup for the unified manager binary, based on the steps from the #6840 comment. It consolidates the scattered docs from executor/, dataproxy/, and manager/ into a single guide with prerequisites, quick start, teardown, troubleshooting, etc. Happy to adjust anything based on your feedback. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracking issue
Closes #6839
Why are the changes needed?
The v2 branch has setup docs scattered across individual services (
executor/DEVELOPMENT.md,dataproxy/DEVELOPMENT.md,manager/README.md) but there is no single, unified guide for getting the whole system running locally. Contributors need to piece together instructions from multiple files and the PR #6840 comment thread.What changes were proposed in this pull request?
Add a root-level
DEVELOPMENT.mdwith step-by-step instructions covering the full local development workflow using the unified manager binary:How was this patch tested?
Labels
main