cni-genie / CNI-Genie

CNI-Genie for choosing pod network of your choice during deployment time. Supported pod networks - Calico, Flannel, Romana, Weave
https://github.com/cni-genie/CNI-Genie/
Apache License 2.0
535 stars 121 forks source link

CNI genie installation #203

Open elgamal2020 opened 4 years ago

elgamal2020 commented 4 years ago

Hello,

I got this error when I try to install CNI Genie

ubuntu@node1:~$ kubectl apply -f https://raw.githubusercontent.com/cni-genie/CNI-Genie/master/conf/1.8/genie-plugin.yaml clusterrole.rbac.authorization.k8s.io/genie-plugin created clusterrolebinding.rbac.authorization.k8s.io/genie-plugin created serviceaccount/genie-plugin created configmap/genie-config created daemonset.apps/genie-plugin created error: error validating "https://raw.githubusercontent.com/cni-genie/CNI-Genie/master/conf/1.8/genie-plugin.yaml": error validating data: ValidationError(DaemonSet.spec): missing required field "selector" in io.k8s.api.apps.v1.DaemonSetSpec; if you choose to ignore these errors, turn validation off with --validate=false

Thanks a lot