kd
kd copied to clipboard
Don't block waiting for individual deployments
Currently kd will block while it waits for an individual deployment to rollout before deploying any other resources. A more sophisticated approach would be to instead deploy all resources and track the rollout of the 'watchable' ones at the end.
This would allow for faster overall deployments.