Open asoloa opened 4 years ago
...
Please don't do this; we ask for the logs because there is information there that helps to speed troubleshooting. Please include the whole log, at least the first thousand lines.
...
Please don't do this; we ask for the logs because there is information there that helps to speed troubleshooting. Please include the whole log, at least the first thousand lines.
@bboreham Apologies. I have updated the logs. Hope this helps. Thank you.
Same problem for me.
I was directed here by the Kubernetes support. See https://github.com/kubernetes/kubernetes/issues/92282
I have set up a multi-node Kubernetes cluster in CentOS. Currently using Weave Net for the pod network.
What happened?
Scenarios:
ovs-vsctl add-br br1
), the network breaks (eg. pod can't communicate with another pod in the other node, but pods within the same nodes can).:What you expected to happen?
AFAIK, the networking between pods shouldn't be affected by the addition of the OVS bridges. Or am I understanding this wrong? Could this be a config-related issue? Additional procedures I may have missed?
Any help would be greatly appreciated. Thank you.
How to reproduce it?
ovs-vsctl add-br br1
)Versions:
Kubernetes version (use
kubectl version
):[root@k8s-master ~]# kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.4", GitCommit:"c96aede7b5205121079932896c4ad89bb93260af", GitTreeState:"clean", BuildDate:"2020-06-17T11:41:22Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.4", GitCommit:"c96aede7b5205121079932896c4ad89bb93260af", GitTreeState:"clean", BuildDate:"2020-06-17T11:33:59Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
Cloud provider or hardware configuration:
OS (e.g:
cat /etc/os-release
):[root@k8s-master ~]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"
Kernel (e.g.
uname -a
):[root@k8s-master ~]# uname -a Linux k8s-master 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Install tools:
Network plugin and version:
[root@k8s-master ~]# kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"
[root@k8s-master ~]# kubectl version | base64 | tr -d '\n' Q2xpZW50IFZlcnNpb246IHZlcnNpb24uSW5mb3tNYWpvcjoiMSIsIE1pbm9yOiIxOCIsIEdpdFZlcnNpb246InYxLjE4LjQiLCBHaXRDb21taXQ6ImM5NmFlZGU3YjUyMDUxMjEwNzk5MzI4OTZjNGFkODliYjkzMjYwYWYiLCBHaXRUcmVlU3RhdGU6ImNsZWFuIiwgQnVpbGREYXRlOiIyMDIwLTA2LTE3VDExOjQxOjIyWiIsIEdvVmVyc2lvbjoiZ28xLjEzLjkiLCBDb21waWxlcjoiZ2MiLCBQbGF0Zm9ybToibGludXgvYW1kNjQifQpTZXJ2ZXIgVmVyc2lvbjogdmVyc2lvbi5JbmZve01ham9yOiIxIiwgTWlub3I6IjE4IiwgR2l0VmVyc2lvbjoidjEuMTguNCIsIEdpdENvbW1pdDoiYzk2YWVkZTdiNTIwNTEyMTA3OTkzMjg5NmM0YWQ4OWJiOTMyNjBhZiIsIEdpdFRyZWVTdGF0ZToiY2xlYW4iLCBCdWlsZERhdGU6IjIwMjAtMDYtMTdUMTE6MzM6NTlaIiwgR29WZXJzaW9uOiJnbzEuMTMuOSIsIENvbXBpbGVyOiJnYyIsIFBsYXRmb3JtOiJsaW51eC9hbWQ2NCJ9Cg==
Others:
[root@k8s-master ~]# ovs-vsctl --version
ovs-vsctl (Open vSwitch) 2.12.0
DB Schema 8.0.0
Logs: