Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

r4victor
Copy link
Collaborator

@r4victor r4victor commented Oct 8, 2025

Closes #3056

This PR makes nodes.max a soft limit (previously not respected at all):

  • Checks if a run cannot fit into fleet for sure and skips such fleets from consideration.
  • Extends fleet consolidation logic to maintain at most nodes.max nodes – redundant instances are terminated. Redundant instances may appear due to provisioning race conditions or if nodes.max is updated (in future when in-place update is supported).

@r4victor r4victor merged commit b9ce68f into master Oct 9, 2025
28 checks passed
@r4victor r4victor deleted the issue_3056_fleet_nodes_max branch October 9, 2025 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Respect nodes.max fleet property

1 participant