Skip to content

Commit

Permalink
zuul-scheduler: zuul-statsd sidecar use default container Limit profile
Browse files Browse the repository at this point in the history
The container used to be OOM killed due to memory limit.

Also bump statsd-exporter bump version to 0.27.1.

Change-Id: Id99e9b6d4c25244bfcd9ebd3a8978ae15b09ef87
  • Loading branch information
morucci committed Sep 10, 2024
1 parent c4293ec commit f3d16c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/libs/base/static/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ images:
version: v1.8.2
- name: statsd-exporter
container: quay.io/prometheus/statsd-exporter
version: v0.26.1
version: v0.27.1
- name: fluentbit
container: cr.fluentbit.io/fluent/fluent-bit
version: "2.1.10"
Expand Down
1 change: 0 additions & 1 deletion controllers/libs/monitoring/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ func MkStatsdExporterSideCarContainer(serviceName string, configVolumeName strin
sidecar.Args = args
sidecar.VolumeMounts = volumeMounts
sidecar.Ports = ports
base.SetContainerLimitsLowProfile(&sidecar)
return sidecar
}

Expand Down
4 changes: 4 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.

### Removed
### Changed

- zuul-scheduler: zuul-statsd sidecar use default container Limit profile
- zuul-scheduler: statds-exporter bump version to 0.27.1

### Fixed

- weeder: ensure the service is restarted after backup restore to load the new ZK certs.
Expand Down

0 comments on commit f3d16c0

Please sign in to comment.