You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh kubeadm 1.28.2 single node (for the moment) cluster, multus fails with the following error
kubectl create -f https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset-thick.yml
customresourcedefinition.apiextensions.k8s.io/network-attachment-definitions.k8s.cni.cncf.io created
clusterrole.rbac.authorization.k8s.io/multus created
clusterrolebinding.rbac.authorization.k8s.io/multus created
serviceaccount/multus created
configmap/multus-daemon-config created
The DaemonSet "kube-multus-ds" is invalid: spec.template.spec.containers[0].volumeMounts[1].name: Not found: "cni-bin"
Even if Calico flawlessly installed and the cni directories exist and present other plugins:
sudo ls /etc/cni/net.d/
10-calico.conflist calico-kubeconfig
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
On a fresh kubeadm 1.28.2 single node (for the moment) cluster, multus fails with the following error
Even if Calico flawlessly installed and the cni directories exist and present other plugins:
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions