Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alertmanager: Set a Pod Disruption Budget #1683

Merged
merged 4 commits into from
Apr 12, 2022
Merged

Alertmanager: Set a Pod Disruption Budget #1683

merged 4 commits into from
Apr 12, 2022

Commits on Apr 12, 2022

  1. Alertmanager: Set a Pod Disruption Budget

    By default, we enforce a replication factor of 3 which the Alertmanager inherits. To ensure quorum is not lost during disruptions we set a pod disruption budget of `withMaxUnavailable(1)`.
    gotjosh committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    aafbee5 View commit details
    Browse the repository at this point in the history
  2. update PR number

    gotjosh committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    16eee40 View commit details
    Browse the repository at this point in the history
  3. make build-jsonnet-tests

    gotjosh committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b450272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf3fe95 View commit details
    Browse the repository at this point in the history