stability: harden fluent-bit buffering and longhorn node-down recovery

This commit is contained in:
Brad Stein 2026-04-27 16:15:13 -03:00
parent 6352e0d976
commit 9fb8dd4839
2 changed files with 2 additions and 2 deletions

View File

@ -44,3 +44,4 @@ update_setting support-bundle-manager-image "registry.bstein.dev/infra/longhorn-
# Keep storage-heavy nodes from getting hammered by rebuild storms and skew. # Keep storage-heavy nodes from getting hammered by rebuild storms and skew.
update_setting replica-auto-balance "best-effort" update_setting replica-auto-balance "best-effort"
update_setting concurrent-replica-rebuild-per-node-limit "2" update_setting concurrent-replica-rebuild-per-node-limit "2"
update_setting node-down-pod-deletion-policy "delete-both-statefulset-and-deployment-pod"

View File

@ -44,8 +44,7 @@ spec:
path: /var/log/journal path: /var/log/journal
- name: fluentbit-state - name: fluentbit-state
emptyDir: emptyDir:
medium: Memory sizeLimit: 1Gi
sizeLimit: 64Mi
extraVolumeMounts: extraVolumeMounts:
- name: runlogjournal - name: runlogjournal
mountPath: /run/log/journal mountPath: /run/log/journal