You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade node os kernel to 6.6.9-1.el7.elrepo.x86_64
kube-ovn-cni pod crashes and the log shows as follows
Additional Info
Kubernetes version: v1.27.7
kube-ovn version: v1.11.12
operation-system/kernel version:
**Output of awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release: "Red Hat Enterprise Linux Server 7.9 (Maipo)"
**Output of uname -r: 6.6.9-1.el7.elrepo.x86_64
projectcalico/calico#8372
according to the issue in calico, it seems the ipset version should be upgraded
The text was updated successfully, but these errors were encountered:
Bug Report
Expected Behavior
kube-ovn works well
Actual Behavior
kube-ovn-cni pod becomes CrashLoopBackOff
Steps to Reproduce the Problem
Additional Info
Kubernetes version: v1.27.7
kube-ovn version: v1.11.12
operation-system/kernel version:
**Output of
awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release
: "Red Hat Enterprise Linux Server 7.9 (Maipo)"**Output of
uname -r
: 6.6.9-1.el7.elrepo.x86_64projectcalico/calico#8372
according to the issue in calico, it seems the ipset version should be upgraded
The text was updated successfully, but these errors were encountered: