Skip to content

Commit

Permalink
add phases
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelichkovich committed May 9, 2024
1 parent 82990ce commit 0a8367b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/proposals/fast_ipam_by_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,23 @@ out before whereabouts can assign all 10 IPs per pod. This would only get worse

<hr>

### Implementation Phases

## Phases

In order to make iterative improvements and work towards this feature in pieces we have laid out the implementation in phases.

Initial phase:
[] Fast ranges base functionality

Feature parity phase:
[ ] Range start, range-end function
[ ] Live changes to range (from regular to fast)
[ ] Multiple ranges

Optimization phase:
[ ] Dynamic range slice rebalancing

## Design

The IPAM configuration format would be updated to include enablement of this feature and configurations for the feature.
Expand Down

0 comments on commit 0a8367b

Please sign in to comment.