nais / naisd

nais deployment daemon
https://nais.io
MIT License
27 stars 10 forks source link

Wait for deployment #50

Closed davidsteinsland closed 7 years ago

davidsteinsland commented 7 years ago
davidsteinsland commented 7 years ago

any thoughts on this?

androa commented 7 years ago

What is the use case? For deployment purposes we had the same issue, and went for a pulling approach with kubectl. That sucked. --wait in that sense seems better.

Ideally I would have solved this by having a callback URL in the deploy command and have naisd call that when the deployment is successfull. Most CIs has steps for waiting for HTTP callbacks.