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

[CIDRPool 3/x] update ipam-node to support CIDRPool #44

Merged
merged 6 commits into from
Jun 13, 2024

Commits on Jun 11, 2024

  1. Update allocator pkg to support for /31 and /127 nets

    Signed-off-by: Yury Kulazhenkov <[email protected]>
    ykulazhenkov committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fdf0890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db910d7 View commit details
    Browse the repository at this point in the history
  3. Update GRPC API to support PoolType argument

    This argument is required to indicate
    type of the pool (IPPool, CIDRPool) which
    is referred  by the pool field.
    
    Signed-off-by: Yury Kulazhenkov <[email protected]>
    ykulazhenkov committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c54f13f View commit details
    Browse the repository at this point in the history
  4. Add support for poolType CNI argument

    Signed-off-by: Yury Kulazhenkov <[email protected]>
    ykulazhenkov committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    653ab95 View commit details
    Browse the repository at this point in the history
  5. Generalize code to support both pool types in ipam-node

    Signed-off-by: Yury Kulazhenkov <[email protected]>
    ykulazhenkov committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cf4997a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add node controller for CIDRPool CR

    Signed-off-by: Yury Kulazhenkov <[email protected]>
    ykulazhenkov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cdcd33f View commit details
    Browse the repository at this point in the history