go-cni
go-cni copied to clipboard
[DRAFT] Status should ensure CNI Network Configuration and CNI binaries in the NetConf are present to set Network Ready
It seems like issues are popping up where the CNI network configuration is present but no CNI binaries present and the node is being marked ready.
I need to handle the case where multiple cni bin directories are specified. The binary needs to exist in one of these directories and the last checked directory could have the binary. In the current the first would be checked and fail.