Skaffold status-check
should happen after individual deploy
actions
#5774
Labels
status-check
should happen after individual deploy
actions
#5774
Skaffold
status-check
currently runs after all deploy operations have completed. This could mean that in a multi-config project defining hierarchical (likedatabase
,svc A
usingdatabase
,svc B
usingsvc A
, and so on) deploy stanzas, skaffold doesn't wait for a resource deployment to become stable before moving on to the next deployment.As a result there's no real benefit to the topological ordered deployments for real-world services that take time to stabilize.
To fix this, status check should be run after each
deploy.<deployer_type>
execution. For instance, for the deploy stanza:There should be a status-check after the
cfg1.deploy.kubectl
deployment and again aftercfg2.deploy.helm
deployment.The text was updated successfully, but these errors were encountered: