onong
onong
Hi @Huxianying, How did you conclude that VPP failed to start due to absence of AVX512 instruction set? Could you share details of the bare metal server that you are...
> So i guess that it is possible that topdown and memory utilizes avx512 instruction set. Yes, going by the logs it certainly seems that way but I am not...
Hi @ivansharamok, could you share the vpp-manager logs: kubectl logs -n calico-vpp-dataplane calico-vpp-node-XYZ -c vpp Also, any specific reasons for using v3.26 instead of the latest v3.27? if possible, could...
Are the nodes using NetworkManager or systemd.networkd? Could you please share the appropriate logs (NM or systemd.networkd) when this issue happens?
Thanks for the details and sorry about the missing `whereabouts` image - tagging it somehow got missed out during the release :) What happens is that when `calico-vpp-node` starts, it...
Hi @umarfarooq-git, sorry to hear about the troubles you have been having. Could you share the calico/vpp ds logs? kubectl logs -n calico-vpp-dataplane calico-vpp-node-XYZ -c vpp
You have enp0s8 and enp0s9 configured with ip addrs in the same subnet, 192.168.56.0/24. That might be causing confusion in the routing. Bringing down enp0s9 might be a good idea...
Could you elaborate on what you mean by "we want to accelerate network traffic of VM's inside K8S cluster."?
@umarfarooq-git The logs seem to indicate that the apiserver is not responding. Could you share the apiserver logs?
> @onong I want to deploy Virtual Network Functions (VNFs) on VMs inside k8s cluster by using kubevirt. These VNFs have some dependencies like DPDK and SR-IOV. I am interested...