multus-cni icon indicating copy to clipboard operation
multus-cni copied to clipboard

A CNI meta-plugin for multi-homed pods in Kubernetes

Results 86 multus-cni issues
Sort by recently updated
recently updated
newest added

**What happend**: Pod stuck at ContainerCreating and following unauthorized error is shown when describing it: ``` Warning FailedCreatePodSandBox 9m38s kubelet Failed to create pod sandbox: rpc error: code = Unknown...

Feature: - Added cli arg to pass "confDir" to autoconfig This is required when using distro like RKE2/K3s which has different path for cni like multus. These distro use path:...

Hello microk8s supports multus as an addon and I've just noticed that it sets up multus with the security context `allowPrivilegeEscalation` instead of `privileged`: https://github.com/canonical/microk8s-community-addons/blob/309e626be7bcc377cc9fc2f3927bad0f0b2451b8/addons/multus/multus.yaml#L127= From my understanding it seems...

Features: - a very opinionated refactor of multus, allowing its delegate handling functions to be called outside the package - a controller listening to multus annotations. When the multus annotations...

**What would you like to be added**: We'd like to be able to attach and detach ("hot-plug" and "hot-unplug") network interfaces from a pod at runtime. I.e. by modifying the...

enhancement

Hi, my pod stays in ContainerCreating status. ![image](https://user-images.githubusercontent.com/81585862/157312654-dfb90e9d-8d4d-4f59-ade4-426f20d4014e.png) Kubectl describe pod UPF: ![image](https://user-images.githubusercontent.com/81585862/157312732-8b6ebd10-b4d4-43e7-912a-8f3bc8d3597c.png) I've tried to set this up on both minikube and kubeadm, both with flannel and calico CNIs...

this case should try max to cleanup sandBox container stop times, but delegated plugin failed (CNI server maybe in starting .... ) , but cache file has been deleted container...

Not sure if I am correct. I guess multus use the kubeconfig file to access the cluster resource. There are cert in the file. What if the cert get expired,...

I have a cluster setup with Cilum as my main CNI. I am trying to add Multus to allow specific pods to have multiple interfaces (to hopefully fix some multicasting...

I have cilium setup as a secondary delegate network on multus v3.9.1 using: ``` apiVersion: "k8s.cni.cncf.io/v1" kind: NetworkAttachmentDefinition metadata: name: cilium spec: config: |- { "cniVersion": "0.3.1", "name": "cilium", "type":...

help wanted
good-first-issue