aztk icon indicating copy to clipboard operation
aztk copied to clipboard

Failing to deploy cluster should mark node start task as failed

Open timotheeguerin opened this issue 6 years ago • 0 comments

There are many errors that could happen when deploying a new cluster that just get silently ignored.

We should make sure the node gets into StartTaskFailed state if any of the following happens:

  • [ ] Unable to elect master
  • [ ] Any errors in the docker container
  • [ ] Plugin fails? Maybe a flag to have it fail the deployment if something goes wrong in it

timotheeguerin avatar Apr 26 '18 15:04 timotheeguerin