Skip to content

Flightdeck Reconciliation Loop #6

@ian-flores

Description

@ian-flores

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions