fairing icon indicating copy to clipboard operation
fairing copied to clipboard

Update existing deployment?

Open jlewi opened this issue 6 years ago • 3 comments

Should fairing support a mode where we can update an existing deployment rather than creating a new one?

I think the use case would be for a skaffold like development workflow where you are constantly redeploying with your latest changes. In this case it would be convenient to have some sugar to replace the existing deployment.

/cc @r2d4

jlewi avatar Apr 11 '19 14:04 jlewi

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: dashboard, app homepage and code for this bot.

issue-label-bot[bot] avatar Apr 11 '19 14:04 issue-label-bot[bot]

Skaffold does this by streaming logs based on container image, which we can do (we currently stream based on a label selector).

r2d4 avatar Apr 11 '19 18:04 r2d4

/area engprod /priority p2

jtfogarty avatar Jan 15 '20 23:01 jtfogarty