kubernetes/pkg/registry/core/service/ipallocator
Antonio Ojea 566fad5eda add metrics to the ipallocator repair loop
The repair loop are great for saving us of leaks, but the side effect
is that bugs can go unnoticed for a long time, so we need some
signal to be able to identify those errors proactivily.

Add two new metrics to identify:
- errors on the reconcile loop
- errors per clusterip
2023-09-30 15:46:06 +00:00
..
controller add metrics to the ipallocator repair loop 2023-09-30 15:46:06 +00:00
storage storage/factory: extend the Create method by newList and resourcePrefix params 2023-08-24 11:23:05 +02:00
bitmap_test.go Fix panic on ClusterIP allocation for /28 subnets 2023-01-25 20:32:40 +00:00
bitmap.go Fix panic on ClusterIP allocation for /28 subnets 2023-01-25 20:32:40 +00:00
interfaces.go refactor current ipallocator 2022-12-31 12:48:50 +00:00
ipallocator_test.go ipallocator bug if ips has leading zeros 2023-06-25 13:14:46 +00:00
ipallocator.go ipallocator bug if ips has leading zeros 2023-06-25 13:14:46 +00:00
metrics.go Fix cluster IP allocator metrics 2022-05-13 22:33:30 +09:00