-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Tailing the team operator logs in a cluster shows that it is constantly reconciling the Flightdeck resources as if there are constant changes happening. Some part of the logic for Flightdeck might be pushing an "update" with every run, triggering another reconciliation.
At first glance, the Flightdeck controller calls Owns() on child resources in SetupWithManager() , which none of our other controllers do. Perhaps this related? If this is the correct pattern and our other controllers are just deficient, the problem might lie in the kubernetes_crudding.go logic.
Migrated from rstudio/ptd#2681
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working