We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Fix selector validation issue in admission-controller
75c4783
Closing issue cni-genie#203
Merge pull request #204 from libujacob/master
34839c0
Fix cniVersion(#201) and selector validation(#203) issues in genie manifest file
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: