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

Bump default to humio/humio-core:1.153.1 and add EnableZoneAwareness … #860

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2024

  1. Bump default to humio/humio-core:1.153.1 and add EnableZoneAwareness …

    …field to HumioUpdateStrategy
    
    EnableZoneAwareness is true by default.
    
    When EnableZoneAwareness is true:
    - pod replacements will be performed one zone at a time.
    - if no zone has been decided upon yet, pick the first one from the pods that needs replacing.
    - as soon as no more pods are found in the current zone that needs replacing, the zone marker is cleared.
    
    This also refactors the uses of os.Getenv() to helper functions to
    reduce the number of places we refer to the env var names.
    SaaldjorMike committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8666642 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    b7922da View commit details
    Browse the repository at this point in the history