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.
-
Suspend the Fluentbit HelmRelease
flux suspend hr fluentbit -n bigbang -
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 -
Perform Big Bang upgrade
-
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.