k8snetworkplumbingwg / sriov-network-operator

Operator for provisioning and configuring SR-IOV CNI plugin and device plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make sriov-network-config-daemon crash when nodeInfo cannot be obtained

lizhewei91 opened this issue · comments

glog.Warningf("Failed to fetch node state %s, %v!", startOpts.nodeName, err)

If nodeInfo cannot be obtained, Baremetal is always the log platform


I0302 11:05:00.113612 7153 start.go:162] starting node writer
W0302 11:05:03.211739 7153 start.go:180] Failed to fetch node state node-17, Get "https://10.222.0.1:443/api/v1/nodes/node-17": dial tcp 10.222.0.1:443: connect: no route to host!
I0302 11:05:03.211791 7153 start.go:182] Running on platform: Baremetal
E0302 11:05:06.283736 7153 start.go:186] failed to run init NicIdMap: Get "https://10.222.0.1:443/api/v1/namespaces/eks-managed/configmaps/supported-nic-ids": dial tcp 10.222.0.1:443: connect: no route to host