Skip to content

feat: additive deploys with --redeploy flag and multi-gateway support#15

Merged
alez007 merged 1 commit intomainfrom
feat/additive-deploys
Apr 13, 2026
Merged

feat: additive deploys with --redeploy flag and multi-gateway support#15
alez007 merged 1 commit intomainfrom
feat/additive-deploys

Conversation

@alez007
Copy link
Copy Markdown
Owner

@alez007 alez007 commented Apr 13, 2026

Default behavior is now additive — running start.py adds models to a running cluster without disrupting existing deployments. Use --redeploy to tear down everything and start fresh.

  • Add --redeploy, --gateway-name CLI args
  • Gateway discovers models via explicit add_models() registration
  • Ctrl+C cleans up only deployments from the current invocation
  • Remove example config files, add per-loader docs and plugin READMEs

Default behavior is now additive — running start.py adds models to a
running cluster without disrupting existing deployments. Use --redeploy
to tear down everything and start fresh.

- Add --redeploy, --gateway-name CLI args
- Gateway discovers models via explicit add_models() registration
- Ctrl+C cleans up only deployments from the current invocation
- Remove example config files, add per-loader docs and plugin READMEs
@alez007 alez007 merged commit 1e6bace into main Apr 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant