kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 101 forks source link

KEP-29: Introducing operator dependency cycle detection to the instance controller #1567

Closed zen-dog closed 4 years ago

zen-dog commented 4 years ago

Summary: Operator dependencies cycle detection is now part of the instance controller reconciliation. We execute the check for the top-level instances only since the lower-level instances are already take care of.

Signed-off-by: Aleksey Dukhovniy alex.dukhovniy@googlemail.com (cherry picked from commit d01b859391f354c86567ef7dfe1ceac1fa26f3a4)

Fixes #1513

zen-dog commented 4 years ago

This was already reviewed and approved but was accidentally merged against master.