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

Removes the vendor/ directory and all vestiges of life before Go modules. Issue k8snetworkplumbingwg/sriov-network-device-plugin#544

**What happend**: I refer to https://github.com/Orange-OpenSource/towards5gs-helm , and I install helm. The free5GC helm install succeeds but cannot connect to the external NW. it appears that it is not tied...

help wanted

This change introduces a method `atomicFileWrite(...)` which writes to a temporary file and then renames it to avoid partial reads, e.g. ``` Mar 29 04:13:05 labkubedualhost-node-1 crio[33593]: time="2024-03-29 04:13:05.977398607+09:00" level=info...

**What happend**: There is an ingress-controller in the cluster that exposes port 80 and 443 port, When restarting the Docker daemon, there may be an additional host port iptables rule....

Hi there. It looks like there have been plenty of active commits to main, but there hasn't been a release cut since May 2023. Has the project any plans to...

**What happend**: trying to configure a tap based network for an existing bridge Configuring network (in namespace multus) ```json { "name": "iot-tap", "cniVersion": "0.3.1", "type": "tap", "mtu": 1440, "multiQueue": true,...

Since installing multus, pods are taking several minutes to be created. There are multiple error messages logged as follows: ``` Warning FailedCreatePodSandBox 29s kubelet Failed to create pod sandbox: rpc...

Based on the Device Information Specification described in the provided links [https://github.com/k8snetworkplumbingwg/device-info-spec/] [https://github.com/k8snetworkplumbingwg/device-info-spec/blob/main/SPEC.md] The NPWG Implementation Requirements necessitate checking the deviceID for creating the "CNIDeviceInfoFile", which lacks flexibility. My understanding...

Fixes: https://github.com/k8snetworkplumbingwg/multus-cni/issues/1281

**What happend**: Apiserver IP address was empty in multus kubeconfig file ``` /etc/cni/net.d/multus.d/multus.kubeconfig (server: https://[]) `apiVersion: v1 kind: Config clusters: - name: local cluster: server: https://[]: certificate-authority-data: [snipped]== users: -...