Ferenc Tóth

Results 4 issues of Ferenc Tóth

**What happend**: In case the NAD is plugin formatted (e.g. conflist), during Pod termination Multus does not send the IPAM parameters to the IPAM CNI (Whereabouts in this case). As...

**Is this a BUG REPORT or FEATURE REQUEST?**: bug **What happened**: Svcwatcher Pod lost master for any reason, so the process was exiting: ``` E0704 17:44:12.997128 1 svcwatcher.go:93] Lost master...

Boolean values are not handled properly during merging structs. Better to Unmarshal the JSON input (again) on top of the existing IPAM config (originating from the specified config file) to...

OverlappingRanges feature is enabled by default, this way: https://github.com/k8snetworkplumbingwg/whereabouts/blob/master/pkg/config/config.go#L38 Later on, the config file (flatfile) is processed and those values are merged to the actual IPAM config struct. Once this...