Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 938 Bytes

File metadata and controls

26 lines (17 loc) · 938 Bytes

alertmanager-operated Package Maintenance

To prepare a new release of this package:

  1. Get the current upstream release
export KUBE_PROMETHEUS_RELEASE=v0.14.0
../../utils/pull-upstream.sh ${KUBE_PROMETHEUS_RELEASE} alertmanager-operated

Replace KUBE_PROMETHEUS_RELEASE with the current upstream release.

  1. Check the differences introduced by pulling the upstream release and add the needed patches in kustomization.yaml

  2. Sync the new image to our registry in the monitoring images.yaml file fury-distribution-container-image-sync repository.

  3. Update the kustomization.yaml file with the new image.

  4. Check that the DeadMansSwitch alerts in the current configuration have the following parameters and not the default ones:

repeatInterval: 30s
groupWait: 1m
groupInterval: 1m