Newer CNI network plugin required
btashton opened this issue · 1 comments
btashton commented
The readme lists version v0.6.0 or later, but cluster creation will fail because it needs host-device
[vagrant@localhost tmp]$ sudo kube-spawn create
Copying files for cluster ...
Failed to copy file "/opt/cni/bin/host-device" -> "/var/lib/kube-spawn/clusters/default/rootfs-base-readonly/opt/cni/bin/host-device": open /opt/cni/bin/host-device: no such file or directory
Failed to create cluster: copying necessary files didn't succeed
dongsupark commented
Thanks for creating the issue.
Good catch. Indeed CNI network plugins v0.6.0 does not have host-local
. That plugin is available starting from v0.7.0.
I'll create a PR to remove host-device
from the required CNI plugins.