Skip to content

Commit 87c360c

Browse files
committed
CHANGELOG: add entry for fluent-bit annotation addition
1 parent 1e92a60 commit 87c360c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
- Implement ability to add certificates to fluent-bit by mounting a fluent-bit-certs secret
6161
(PR[#4812](https://github.com/scality/metalk8s/pull/4812))
6262

63+
- Ensure fluent-bit pods are restarted when its configmap or secret is modified
64+
(PR[#4834](https://github.com/scality/metalk8s/pull/4834))
65+
6366
### Bug Fixes
6467

6568
- Fix a bug where part of the upgrade process would silently be skipped

charts/fluent-bit.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ image:
55
existingConfigMap: fluent-bit
66

77
podAnnotations:
8-
prometheus.io/scrape: "true"
9-
prometheus.io/port: "2020"
10-
prometheus.io/path: /api/v1/metrics/prometheus
118
checksum/config: '__slot__:salt:metalk8s_kubernetes.get_object_digest(kind="ConfigMap", apiVersion="v1", namespace="metalk8s-logging", name="fluent-bit", path="data:fluent-bit.conf")'
129
checksum/secret: '__slot__:salt:metalk8s_kubernetes.get_object_digest(kind="Secret", apiVersion="v1", namespace="metalk8s-logging", name="fluent-bit-certs", path="data")'
1310

salt/metalk8s/addons/logging/fluent-bit/deployed/chart.sls

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,9 +1699,6 @@ spec:
16991699
checksum/secret: __slot__:salt:metalk8s_kubernetes.get_object_digest(kind="Secret",
17001700
apiVersion="v1", namespace="metalk8s-logging", name="fluent-bit-certs",
17011701
path="data")
1702-
prometheus.io/path: /api/v1/metrics/prometheus
1703-
prometheus.io/port: '2020'
1704-
prometheus.io/scrape: 'true'
17051702
labels:
17061703
app.kubernetes.io/instance: fluent-bit
17071704
app.kubernetes.io/name: fluent-bit

0 commit comments

Comments
 (0)