Patrick Ohly
|
bc6c7fa912
|
logging: fix names of keys
The stricter checking with the upcoming logcheck v0.4.1 pointed out these names
which don't comply with our recommendations in
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/migration-to-structured-logging.md#name-arguments.
|
2023-01-23 14:24:29 +01:00 |
|
JunYang
|
29086e2b04
|
use klog instead of klog.V(0)
|
2023-01-14 21:15:50 +08:00 |
|
Wojciech Tyczyński
|
e0002c7e26
|
Clean shutdown of nodeipam controller
|
2022-11-04 10:34:36 +01:00 |
|
Han Kang
|
2bbd445f50
|
remove rate limiter metric as it is not in use
Change-Id: I91157653e3860eeecc3f572aee88da6ffc65faed
|
2022-10-13 13:07:11 -07:00 |
|
Sarvesh Rangnekar
|
5b801ba9f9
|
Introduce MultiCIDRRangeAllocator
MultiCIDRRangeAllocator is a new Range Allocator which makes using
multiple ClusterCIDRs possible. It consists of two controllers, one for
reconciling the ClusterCIDR API objects and the other for allocating
Pod CIDRs to the nodes.
The allocation is based on the rules defined in
https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2593-multiple-cluster-cidrs
|
2022-08-06 00:10:39 +00:00 |
|