Aptomi / k8s-app-engine

Application delivery engine for k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency status should not take into account dependency attach/detach actions

romangithub1024 opened this issue · comments

commented

Bug repro steps:

  • deploy dev 1 (alice) and dev 2 (bob)
  • wait until deployed = true
  • deploy prod (john)
  • all dependencies will be briefly in deployed = false (because it has a dependency attach action pending on anaytics_pipeline component) and then switch back to deployed = true once prod gets deployed

To fix this, we should not take dependency attach/detach actions into account while querying dependency readiness status