You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if we could some usage statistics from the pool without having to query the IPAddresses and count ourselves.
We are thinking of adding a total, used, free in the pool status. E.g.
---
apiVersion: ipam.cluster.x-k8s.io/v1alpha1kind: InClusterIPPoolmetadata:
name: pool-namenamespace: pool-nsspec:
subnet: 10.0.0.0/24status:
ipAddresses:
# The total number of IPs the pool has.total: 255# The number of IPs that have already been allocated.used: 9# The number of IPs that are available to allocate.free: 250
The text was updated successfully, but these errors were encountered:
It would be useful if we could some usage statistics from the pool without having to query the IPAddresses and count ourselves.
We are thinking of adding a total, used, free in the pool status. E.g.
The text was updated successfully, but these errors were encountered: