Tomofumi Hayashi
Tomofumi Hayashi
Updated CentOS to latest 1809. Need to update Fedora.
#276 will take care in case of pkg install.
idea: add "logFile" and "loglevel" in multus.yml....
First, thank you for the PR, @naeemarsalan ! > The current fix for different is to use a sym link with autoconfig mode. > ln -s /etc/cni/net.d/ /etc/cni/multus/ I'm wondering...
I'm not clear that why we need the option. Could you please let me know the usecase?
In https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md, there is following section and your change violates the CNI specification because your code may return error in DEL action. > Plugins should generally complete a DEL action...
@bboreham I agree, but for now I don't come up with how to disable the check only in a chained case, because when the `LoadArgs()` in `pkg/types/args.go` is called, no...
As Bryan mentioned above, CNI is the specification that defines how to create network interface in container, using 'CNI plugin'. Multus is the one of CNI plugin, which implements [CNI...
Hi folks, I thank you for the great resource of Rust language. While reading the Japanese translate one, I feel this change improves the text. It is pretty minor change...
Thank you for the point it out. Will take care. In 'Release' page, I also put the built binary, so please use it for now.