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

Nodepools #167

Closed
wants to merge 7 commits into from
Closed

Nodepools #167

wants to merge 7 commits into from

Commits on Jul 2, 2024

  1. Introduce nodepools support

    koikonom committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bb4c9ae View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. scaling down by removing a nodepool

    also bugfixes and changes to some tests
    koikonom committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a353089 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b9c4a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Fix downscaling

    Introducing GetNodePools() caused a bug because it was not taking
    removed node pools under consideration.
    
    As a result when we wanted to scale down a cluster we could not find a
    mapping of the node ID during AdminAPI client creation, because the
    removed nodepools were not part of the list.
    koikonom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eee9f9d View commit details
    Browse the repository at this point in the history
  2. Order list of nodepools when creating seed list

    We need to always return the same list of seed nodes to all nodes. Since
    the status object is a map the ordering is not guaranteed.
    koikonom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3117a9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c28e10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    954f5e2 View commit details
    Browse the repository at this point in the history