Skip to content

Commit

Permalink
Merge pull request #304 from kubernetes-sigs/schrej-patch-2
Browse files Browse the repository at this point in the history
add note about ipv6 pool status to readme
  • Loading branch information
k8s-ci-robot authored Nov 26, 2024
2 parents 0b07134 + 808f4f6 commit a59f405
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ spec:
```


### IPv6 Status Limitations

This provider does fully support IPv6 pools, but they come with a small limitation related to the pools' status. Since the IPv6 address space is very large it exceeds the int64 range, making it cumbersome to calculate the total amount of available addresses for large pools. The status will therefore be limited to the maximum int64 value (2^64), even when more addresses are available. Since the Kubernetes api server will probably not allow storing enough resources to exhaust the pool anyway, we've decided to keep this limitation in favour of simpler implementation.

## Community, discussion, contribution, and support

The in-cluster IPAM provider is part of the cluster-api project. Please refer to it's [readme](https://github.com/kubernetes-sigs/cluster-api?tab=readme-ov-file#-community-discussion-contribution-and-support) for information on how to connect with the project.
Expand Down

0 comments on commit a59f405

Please sign in to comment.