smart-edge-open / specs

Additional documentation for experience kits with Ansible-based deployment.
Apache License 2.0
87 stars 69 forks source link

openness[20.12]wait for running ovs-ovn pod failed #64

Open liuuwqia opened 3 years ago

liuuwqia commented 3 years ago

openness:20.12 kubernets:1.19.3

2021-02-04 12:05:31,827 p=29223 u=root n=ansible | ...ignoring 2021-02-04 12:05:32,018 p=29223 u=root n=ansible | TASK [kubernetes/cni/kubeovn/node : wait for running ovs-ovn pod] *** 2021-02-04 12:20:48,325 p=29223 u=root n=ansible | fatal: [node02 -> 192.168.1.7]: FAILED! => { "attempts": 30, "changed": false, "cmd": "set -o pipefail && kubectl get pods -n kube-system -o custom-columns=NAME:.metadata.name,STATUS:.status.phase --no-headers --field-selector spec.nodeName=node2 | grep -E \"ovs-ovn\"\n", "delta": "0:00:00.192296", "end": "2021-02-04 12:20:48.275860", "rc": 0, "start": "2021-02-04 12:20:48.083564" }

STDOUT:

ovs-ovn-xwhbp Pending

[root@openness ~]# set -o pipefail && kubectl get pods -n kube-system -o custom-columns=NAME:.metadata.name,STATUS:.status.phase --no-headers --field-selector spec.nodeName=node2 kube-ovn-cni-6z9bb Pending kube-ovn-pinger-9f6bd Pending kube-proxy-nncv9 Pending ovs-ovn-xwhbp Pending [root@openness ~]#

I tried to compile many times, but I still haven't found the problem,hope someone can help me

archie951 commented 3 years ago

Hi @liuuwqia, Can you please let us know the hardware specs, size and RAM tried for this installation. Also please share the logs from oek. We have introduced a new tag 20.12.02. Request you to give that one a try too.

Regards, Archit