-
Notifications
You must be signed in to change notification settings - Fork 329
Conversation
69c3b39
to
eb30e60
Compare
@briancain @paladin-devops 👋 — do you have any guidance for making a component ( I'd like to have only |
7755bab
to
f668699
Compare
@thiskevinwang - Unfortunately I don't think this is something that's configurable via a plugin. Pruning is handled at the job level and as far as I can think I don't know of a clean way for you to disable it automatically. |
f668699
to
bd87031
Compare
@thiskevinwang Brian is right. I faced something similar with the canary plugin for Nomad. In the documentation for the plugin, I advise users to use |
@paladin-devops, ok, sounds good to me! (Though an accidental |
baef902
to
837b1ef
Compare
@thiskevinwang @paladin-devops - since this has come up a couple of times with plugins, might be worth opening a feature request and we can figure out how to support something like configuring pruning via plugins! |
8aa64ee
to
1ac525e
Compare
9e75fea
to
89b64dd
Compare
- This is an initial pass at a App Runner plugin - `up` and `destroy` mostly work, but have some logging/terminal ui output oddities - There are plenty of TODOs - Still need to look into implementing resourceManager for slimming down lifecycle funcs - URL service doesn't work yet either
- `apprunner_service_summary`
- improve output
- improve output
6c9eb86
to
a5bddc2
Compare
Hey there @thiskevinwang - what's the status on this PR? If there's still work to do, it might make sense to keep your branch active but close this PR to save you the trouble of fixing rebases while it goes stale. |
@briancain I'd say close this, unfortunately. 😢 🥲 As is, the functionality ( |
Closing PR this but I'll leave the branch! & FWIW, because this PR is mostly additive, rebases haven't been an issue :) |
Description
This introduces the
aws-apprunner
builder & release-manager componentsexample:
Screenshots
TODO
waypoint exec
will not be supported as you cannot shell into an app runner replicawaypoint up
- 5b7a79d-prune=false
, similar tobuiltin/nomad/canary
- 9e75feaFixes #1503