UNCLASSIFIED - NO CUI

fluentbit update to 0.55.0-bb.1

Package Merge Request

Package Changes

https://repo1.dso.mil/big-bang/product/packages/fluentbit/-/blob/0.55.0-bb.1/CHANGELOG.md

Package MR

big-bang/product/packages/fluentbit!275 (merged)

For Issue

Closes big-bang/product/packages/fluentbit#205

Upgrade Notices

Before upgrading Fluentbit, certain ClusterPolicies must be manually deleted to prevent resource conflicts if Elasticsearch/Kibana is enabled. Failure to do so will block the HelmRelease reconciliation.

  1. Suspend the Fluentbit HelmRelease

    flux suspend hr fluentbit -n bigbang
  2. Delete ClusterPolicies - these policies will recreated on reconciliation

    kubectl delete clusterpolicy sync-elastic-cert-secret -n fluentbit
    kubectl delete clusterpolicy sync-elastic-password-secret -n fluentbit
  3. Perform Big Bang upgrade

  4. Resume the Fluentbit HelmRelease

    flux resume hr fluentbit -n bigbang

Note: If you accidentally started the upgrade before performing these steps, simply run the kubectl delete commands above; the Flux controller will automatically detect the removal and complete the upgrade.

Edited by Blair Bowden

Merge request reports

Loading