Skip to content

Start watching container before starting

Steve Xuereb requested to merge 4450-fix-container-wait into master

What does this MR do?

Start watching container before starting

Why was this MR needed?

When the machine is resource constrain the go routine to check the status of the container might not be scheduled soon enough and the container might be removed, which would result into a 404 when searching for the container.

Make sure that waitForContainer has started before the container is started.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

reference #4450 (closed)

Edited by Steve Xuereb

Merge request reports