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

Fix fluentdconfig and syslogngconfig deletion #1672

Merged
merged 9 commits into from
Feb 28, 2024
Merged

Commits on Feb 28, 2024

  1. fix(fluentdconfig): remove fluentd pod once fluentdconfig gets removed

    Signed-off-by: Szilard Parrag <[email protected]>
    OverOrion authored and pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    92c0ad3 View commit details
    Browse the repository at this point in the history
  2. fix(fluentdconfig): remove obsolete fluentdconfig references at the s…

    …tart of reconcilation
    
    This fixes a crash if a FluentdConfig was used, got deleted
    and logging switched to inline fluentd spec.
    
    Signed-off-by: Szilard Parrag <[email protected]>
    OverOrion authored and pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6045851 View commit details
    Browse the repository at this point in the history
  3. fix(syslogngconfig): remove syslogng pod once syslogngonfig gets removed

    Signed-off-by: Szilard Parrag <[email protected]>
    OverOrion authored and pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d44a32b View commit details
    Browse the repository at this point in the history
  4. fix(logging controller): propagate errors, do not update status when …

    …an object is marked for deletion
    
    Signed-off-by: Szilard Parrag <[email protected]>
    OverOrion authored and pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5a2c595 View commit details
    Browse the repository at this point in the history
  5. chore: reword log message

    Signed-off-by: Peter Wilcsinszky <[email protected]>
    pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    71c70db View commit details
    Browse the repository at this point in the history
  6. chore: fix variable names

    Signed-off-by: Peter Wilcsinszky <[email protected]>
    pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0bd2da0 View commit details
    Browse the repository at this point in the history
  7. refactor: simplify finalizer logic by testing it from all use cases

    Signed-off-by: Peter Wilcsinszky <[email protected]>
    pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f8b3566 View commit details
    Browse the repository at this point in the history
  8. feat: event recorder for the logging finalizer

    Signed-off-by: Peter Wilcsinszky <[email protected]>
    pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f27aafb View commit details
    Browse the repository at this point in the history
  9. trigger ci

    Signed-off-by: Peter Wilcsinszky <[email protected]>
    pepov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0f49d06 View commit details
    Browse the repository at this point in the history