kubeovn / kube-ovn

A Bridge between SDN and Cloud Native (Project under CNCF)
https://kubeovn.github.io/docs/stable/en/
Apache License 2.0
1.94k stars 441 forks source link

[BUG] The ovs pods are not active on the rocky9.3 with kubelet 1.27.6 #4226

Closed LiuCarl closed 3 months ago

LiuCarl commented 3 months ago

Kube-OVN Version

v1.12.12

Kubernetes Version

v.1.27.6

Operation-system/Kernel Version

5.14.0-362.24.1.el9_3.0.1.x86_64

cat /etc/redhat-release Rocky Linux release 9.3 (Blue Onyx)

Description

  1. The ovs-system and br-int are down, and got below log fron the ovs-ovn pod:

2024-06-26T06:26:04.470Z|00063|chassis|INFO|Dropped 29 log messages in last 60 seconds (most recently, 5 seconds ago) due to excessive rate 2024-06-26T06:26:04.470Z|00064|chassis|INFO|Need to specify an encap type and ip 2024-06-26T06:27:04.471Z|00065|chassis|INFO|Dropped 27 log messages in last 60 seconds (most recently, 5 seconds ago) due to excessive rate 2024-06-26T06:27:04.471Z|00066|chassis|INFO|Need to specify an encap type and ip

Steps To Reproduce

  1. install the rocky9.3

  2. install the kubelet 1.27.6

  3. install the openvswitch: ovs-vswitchd (Open vSwitch) 2.17.9 DPDK 21.11.2

  4. install the kube-ovn

Current Behavior

ovs-appctl version on the HOST: ovs-vswitchd (Open vSwitch) 3.1.5

  1. The pods are running with the install.sh ovn-central-64bbbfb486-psc6b 1/1 Running 0 21m ovs-ovn-6g2p7 1/1 Running 0 18m

2.The ovs-system and br-int are down, and got below log fron the ovs-ovn pod:

2024-06-26T06:26:04.470Z|00063|chassis|INFO|Dropped 29 log messages in last 60 seconds (most recently, 5 seconds ago) due to excessive rate 2024-06-26T06:26:04.470Z|00064|chassis|INFO|Need to specify an encap type and ip 2024-06-26T06:27:04.471Z|00065|chassis|INFO|Dropped 27 log messages in last 60 seconds (most recently, 5 seconds ago) due to excessive rate 2024-06-26T06:27:04.471Z|00066|chassis|INFO|Need to specify an encap type and ip

Expected Behavior

The kube-ovn are up and the k8s cluster could be ready

zhangzujian commented 3 months ago

Please provide logs of kube-ovn-cni pods.

LiuCarl commented 3 months ago

seems it's the issue about the "docker pull". some images of the pods are not sync correctly. i re-installed the kube-ovn once more. it works well now thx