Skip to content

Implement cloud fleet in-place update for provisioning fields#3775

Merged
r4victor merged 3 commits intomasterfrom
issue_3769_fleet_inplace_update_provisioning
Apr 14, 2026
Merged

Implement cloud fleet in-place update for provisioning fields#3775
r4victor merged 3 commits intomasterfrom
issue_3769_fleet_inplace_update_provisioning

Conversation

@r4victor
Copy link
Copy Markdown
Collaborator

Closes #3769

  • Allow in-place update when resources, backends, regions, availability_zones, instance_types, spot_policy, or
    max_price change (previously forced fleet recreation)
  • Fleet consolidation now detects existing instances that no longer match the updated spec and terminates
    idle/provisioning ones; busy instances are left alone until their job finishes
  • Replacement instances are created in the same consolidation pass if the fleet drops below nodes.min
  • Extract shared instance_matches_constraints() helper to avoid duplicating instance-matching logic between
    filter_instances() and fleet consolidation
  • Fix _is_fleet_ready_for_consolidation fallback to use created_at instead of last_processed_at (could lead to consolidation not happening).

@r4victor r4victor merged commit 6b6cfb9 into master Apr 14, 2026
28 checks passed
@r4victor r4victor deleted the issue_3769_fleet_inplace_update_provisioning branch April 14, 2026 10:20
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.

[Feature]: Support cloud fleet in-place update for provisioning-controlling fields

1 participant