Bruce Ma
Bruce Ma
/assign @BSWANG
How a stateless plugin record the status in an efficient way? Without memory or cache? If the status is recorded on the disk, then what's the difference between ADD or...
> Well, Casey mentioned "They're a shim to a daemon, and that daemon is down." and "Their configuration file is somehow invalid or broken" as use cases, and I'm saying...
I have to say that `Result` is just result, even some data inside `Result` will be used in other plugins, but it should not be called as `args`. What we...
Hi @robberphex , thanks for your effort, but CNI v2 is not just a simple migration from v1, even SPEC may change. We need more discussions before reaching implementation, even...
`staticcheck` again, ``` libcni/api_test.go:855:33: should use make([]pluginInfo, 3) instead (S1019) libcni/api_test.go:1288:15: this value of err is never used (SA4006) libcni/conf.go:117:26: error strings should not be capitalized (ST1005) libcni/conf.go:121:26: error strings...
/assign @mars1024
Good catch! Do you mind pulling a request on this?
I think `multus` is more like a cascading CNI plugin for building multi container interfaces, and it is implemented on a generic interface (or spec) which is `CNI`.
could you help to paste your network configuration json here?