Add a one-command local devbox - #11
Open
dejanzele wants to merge 1 commit into
Open
Conversation
dejanzele
force-pushed
the
local-devbox
branch
7 times, most recently
from
July 14, 2026 15:58
7d637ee to
d0d46bf
Compare
Signed-off-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
Collaborator
|
@dejanzele I opened another PR #12 into this one with a few fixes I found trying to get this to work. |
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.
Adds a one-command local development environment under
hack/../hack/up.shstands up the whole stack in one command: a kind cluster, Armada installed via the operator (with Pulsar, Redis, and Postgres and the component custom resources), Traefik, the Flyte 2 backend, the connector built from source, and theflytequeue../hack/down.shdeletes the cluster and clears the Flyte client's upload cache so the next run starts clean.Every host-facing port is a mapped NodePort, so there are no port-forwards to babysit. The Flyte console is served by the flyte-binary chart's own ingress through Traefik.
up.shpreflights the required tools and a running Docker, and picks a Python 3.10 or newer interpreter for the examples virtualenv (honorPYTHONto force one).The connector is built locally from
deploy/Dockerfileand loaded into the cluster, so the devbox always runs the current source with no registry dependency.Merge after the CI branch (it provides
deploy/Dockerfileanddeploy/kubernetes/connector.yaml, whichdemo/setup.shbuilds and applies) and after the Gang branch (the README and examples referencearmada_flyte.Gang).