Description of problem: The ovnkube-master-* pods does not come up and is continuously in a CrashLoopBackoff. Version-Release number of selected component (if applicable): OCP 4.3.5
Also, oc logs ovnkube-master-4hw75 -c ovnkube-master | less would be helpful.
After looking closer the issue is the same as: https://github.com/ovn-org/ovn-kubernetes/issues/1124 Creating SCTP service causes crash in ovn-k8s. I have a fix for this with the SCTP support patch: https://github.com/ovn-org/ovn-kubernetes/pull/1137
Tim, is it worth addressing the root cause of the crash immediately (even if SCTP services don't work quite yet) while we wait for the OVN LB fixes?
I don't think so as it will only happen if you create an a non TCP/UDP protocol (aka right now only SCTP) service.
Setting the target to 4.5. Will clone for the earlier releases.
*** Bug 1818182 has been marked as a duplicate of this bug. ***
Reproduced this bug in v4.3.5. [weliang@weliang FILE]$ oc create -f https://raw.githubusercontent.com/weliang1/Openshift_Networking/master/Features/SCTP/sctp-svc-pod.yaml service/sctp-service created pod/sctp-server-pod9d5wh created pod/sctp-client-pod4kk86 created [weliang@weliang FILE]$ oc get pod -n openshift-ovn-kubernetes NAME READY STATUS RESTARTS AGE ovnkube-master-2jl75 3/4 CrashLoopBackOff 2 4h1m ovnkube-master-5gjkt 4/4 Running 0 4h ovnkube-master-mpf8l 4/4 Running 0 4h ovnkube-node-2wxlx 3/3 Running 3 4h2m ovnkube-node-4zg9b 3/3 Running 0 3h59m ovnkube-node-8jz9k 3/3 Running 0 4h ovnkube-node-gk2fc 3/3 Running 3 4h2m ovnkube-node-q6rtc 3/3 Running 3 4h2m ovnkube-node-s86k5 3/3 Running 0 4h1m The whole CrashLoopBackOff log is attached.
Created attachment 1674781 [details] CrashLoopBackOff logs
Resolved by https://github.com/ovn-org/ovn-kubernetes/pull/1137
Included in https://github.com/openshift/ovn-kubernetes/pull/134
verified this bug on 4.5.0-0.nightly-2020-04-14-221451 the ovn-master did not become crash when created one sctp service.
Verified this on 4.3.13, and ovn still crashes.
Hi, Glenn this bug is only trace the 4.5 version, you can see the 'Target Realse' is 4.5. For 4.3 version, there is another https://bugzilla.redhat.com/show_bug.cgi?id=1818862#c1 , but closed with no need in 4.3 from the comment 1. could you discuss this with Tim Rozet or add comment in 4.3 bug. if you think this still need to be supported in 4.3. please reopen it. thanks
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409