telekom-mms / cmcc-operator

Kubernetes Operator to bring up a CoreMedia Content Cloud installation
Apache License 2.0
9 stars 3 forks source link

Race condition on initial deployment #64

Closed stefanbethke closed 1 year ago

stefanbethke commented 1 year ago

Describe the bug Under circumstance not fully understood, the operator reaches the Ready milestone even though important tasks like the content re-import have not been started.

It is suspected that the following sequence occurs:

To Reproduce see above

Expected behavior The state.milestone field should only report Ready if all components are ready.