Environment
- OS: CentOS7 with Linux 3.10.0-1160.119.1.el7.x86_64 kernel
- Calico/VPP version: 3.26.0
- Kubernetes version: 1.26.2
- Deployment type: VM
- Network configuration: Calico3.26.4
Issue description
After deploying Calico successfully, I attempted to run Calico-VPP. However, the VPP container frequently restarts on its own. Below are some infomations:
kubectl get po -A

kubectl describe po -n calico-vpp-dataplane calico-vpp-node-9vvdv

kubectl logs -n calico-vpp-dataplane calico-vpp-node-9vvdv -c agent

It seems that the file for felixconfig provided by Calico Node is missing, but I am unsure how to obtain this file.