Bruce Ma

Results 12 issues of Bruce Ma

Issue Description --- Type: *feature request* ### Describe what feature you want Now, if webhook is down, all pods will be blocked from creation. But actually, most pods can be...

Issue Description --- Type: *feature request* ### Describe what feature you want Multi-tenancy is a common topic in kubernetes, as we know, some container networking solutions may have related abilities...

Issue Description --- Type: *feature request* ### Describe what feature you want ### Additional context

Issue Description --- Type: *feature request* ### Describe what feature you want Now hybridnet is choosing preferred host interface through two flags. They are not configurable enough. We need a...

Now, ENI CURD is done in eni daemon through aliyun openapi, which leads to some problems I think as below 1. unable to do flow control on aliyun openapi, the...

ref to [https://github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint)

kind/enhancement

I think skel should support context, because CNI plugin may use invoke functions like `DelegateAdd` or `ExecPluginWithResult`, in this situation, CNI plugin should decide the default context and pass it...

Now `RecoverPanic` is only a field in `controller.Options`, if we want to enable this for all controllers, each controller initialization should be modified. Since `GroupKindConcurrency` and `CacheSyncTimeout` can both be...

ref to #783 1. get the right next IP of addresses whose first byte is 0 2. refactor some functions to handle illegal IPs or IPNets 3. add some unit...

When I use [https://github.com/containernetworking/plugins/blob/7e9ada51e751740541969e1ea5a803cbf45adcf3/pkg/ip/cidr.go#L23-L26](https://github.com/containernetworking/plugins/blob/7e9ada51e751740541969e1ea5a803cbf45adcf3/pkg/ip/cidr.go#L23-L26) to get next IP of address "0.0.0.1", I got an illegal result `[2]` but not an expected one `[0,0,0,2]`. This is because `intToIP` does not obey...