Skip to content

phosae/cni-copier

Repository files navigation

install to K8s

install cni-copier to Kubernetes cluster as Daemonset, cni-copier will automatically install the CNI plugins not present on specific path

kubectl apply -f https://raw.githubusercontent.com/phosae/cni-copier/main/copier-daemonset.yml

install on local machine

docker run --rm -v /opt/cni/bin:/out -e CNI_BIN_DST=/out -e OVERRIDE=true zengxu/cni-copier:230425

current plugin sources