-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WatchDog timed out waiting for config from felix. Exiting... #701
Comments
Hi @HandsomeWu1,
Did you deploy Calico first and then start the Calico-VPP containers manually? Could you share the steps you used to deploy? |
Hi @onong ,
And I only modified this file‘s interfaceName field to "ens192". then I ran
|
Thanks for the details. Based on the details you provided, I am guessing the following is what you did. Could you confirm?
|
Also, could you pls share the logs from one of the |
@HandsomeWu1, looking more carefully at your screenshots I see you have the |
Hi @onong, thank you for your response, |
@HandsomeWu1, I think you missed the following step? kubectl create -f https://raw.githubusercontent.com/projectcalico/vpp-dataplane/v3.26.0/yaml/calico/installation-default.yaml In any case, if you are trying to create a kind cluster then pls refer to this doc: https://github.com/projectcalico/vpp-dataplane/blob/master/docs/kind.md For example to create a four node kind cluster, do the following:
|
Environment
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.
The text was updated successfully, but these errors were encountered: