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
To resolve the "invalid memory address or nil pointer dereference" error when adding a new subnet in Kube-OVN v1.12.22 on Kubernetes v1.25.1, you should update to Kube-OVN v1.12.20 or later. The changelog for Kube-OVN v1.12.20 includes a fix for a nil pointer issue:
Kube-OVN Version
v1.12.22
Kubernetes Version
1.25.1
Operation-system/Kernel Version
4.19
Description
When add new subnet, it will return
panic: runtime error: invalid memory address or nil pointer dereference
Steps To Reproduce
update kube-ovn to v1.12.22
Current Behavior
kube-ovn-controller CrashLoopBackOff
Expected Behavior
kube-ovn-controller running
The text was updated successfully, but these errors were encountered: