projectcalico / vpp-dataplane

VPP dataplane implementation for Calico
Apache License 2.0
146 stars 38 forks source link

ElasticSearch failed to set up in k8s with calico vpp #674

Closed guoshuxu closed 10 months ago

guoshuxu commented 10 months ago

Environment

Issue description ElasticSearch fails: image Check the log: image

It seems that in elasticsearch pod, it can not resolve the public address. Is this caused by VPP route table? Compared with Calico CNI(w/o VPP), there is no such issue.

onong commented 10 months ago

Is it a kind cluster by any chance?

guoshuxu commented 10 months ago

It is a k8s cluster on bare-metal created by Kubespray.

onong commented 10 months ago

We have not tested any with kubespray.

Does DNS resolution fail from the other pods too? That is, launch a pod in the cluster and check if DNS works?

guoshuxu commented 10 months ago

Found the dns problem and close it. Thanks @onong.