cucosion
cucosion
[root@kubemaster log]# tail -n 200 multus.log "interface": "net2", "ips": [ "192.168.1.23" ], "mac": "24:1c:04:f3:d7:fd", "dns": {} }] k8s.v1.cni.cncf.io/networks:sriovnetens1f0@net2 kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Pod","metadata":{"annotations":{"k8s.v1.cni.cncf.io/networks":"sriovnetens1f0@net2"},"name":"samplepod-left","namespace":"default"},"spec":{"containers":[{"command":["/bin/bash","-c","trap : TERM INT; sleep infinity \u0026 wait"],"image":"nicolaka/netshoot","name":"samplepod-left"}]}} ] [] [] [{kubectl-client-side-apply...
https://github.com/k8snetworkplumbingwg/multus-cni/commit/f0794119ba29b0282583612c77cb3bfe0f3cf127 @s1061123 can you please take a look
[root@kubemaster ~]# kubectl get pods NAME READY STATUS RESTARTS AGE samplepod-left 0/1 ContainerCreating 0 79s [root@kubemaster ~]# ip netns list cni-0b4588e1-0f51-5e79-b2ba-d2c244ee9943 (id: 1) cni-71351945-f2ed-da37-3ee1-fa26dd374bef (id: 0) [root@kubemaster ~]# ip netns...
[root@kubemaster ~]# ip link show; ip -all netns exec ip link show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00...
[root@kubemaster tmp]# kubectl describe pods samplepod-left Name: samplepod-left Namespace: default Priority: 0 Service Account: default Node: kubemaster/10.160.160.168 Start Time: Tue, 09 May 2023 21:22:40 +0100 Labels: Annotations: k8s.v1.cni.cncf.io/network-status: [{ "name":...
I did a fresh install and i can reproduce the issue: On a fresh install with Alma Linux 9.1, latest version of flannel and multus and kubernetes version 1.27.1. If...
I removed the existing multus deployment, cleaned up the /etc/cni/net.d/ and /opt/cni/bin/multus I switched to an older branch git checkout release-3.7 I edited the deployment files to add instead of...