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
kubectl create -f 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
daemonset.apps/kube-multus-ds created
The text was updated successfully, but these errors were encountered:
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?
Originally posted by @urbaman in #1163
I found out that the cni-bin volumeMount in the Multus container is missing the relative Volume definition:
Probably misspelld with the other cnibin Volume.
Once added, everything went smooth
The text was updated successfully, but these errors were encountered: