Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NETOBSERV-627: merge Agent and FLP #502

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    ae3b357 View commit details
    Browse the repository at this point in the history
  2. NETOBSERV-627: direct-flp

    - move all related code in file in_process_reconciler.go
    - reconcile Loki roles, prometheus service/sm, cert watching etc.
    jotak committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e743bbe View commit details
    Browse the repository at this point in the history
  3. Refactor to remove old reconcilers + tests refactoring

    - Removing the "subReconcilers" in FLP controller, as FLP is now only
      deployed with Kafka ...
    - ... but still keep a disctinct pseudo-reconciler "in-process", which
      has FLP logic but is triggered from Agent controller
    - Big tests refactoring, started due to the reconciler removal and went
      further by factorizing some patterns like checking that a list of
    objects are deleted/created/owned/etc.
    jotak committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5881bc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47297da View commit details
    Browse the repository at this point in the history