Jaime Caamaño Ruiz
Jaime Caamaño Ruiz
/retest-failed
/retest-failed
> github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node.(*UserDefinedNetworkGateway).doReconcile(0xc00fc49170)\n\t/go/src/github.com/openshift/ovn-kubernetes/go-controller/pkg/node/gateway_udn.go:922 This is the important bit of the traceback ``` github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node.(*UserDefinedNetworkGateway).doReconcile(0xc00fc49170) go/src/github.com/openshift/ovn-kubernetes/go-controller/pkg/node/gateway_udn.go:922 ``` Which corresponds to this line of code ``` udng.openflowManager.defaultBridge.netConfig[udng.GetNetworkName()].advertised.Store(isNetworkAdvertised) ``` So this should be protected ```...
/retest-failed
/retest-failed
/retest-failed
Runner image update happened From ``` Image: ubuntu-22.04 Version: 20250323.1.0 Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20250323.1/images/ubuntu/Ubuntu2204-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250323.1 ``` https://github.com/actions/runner-images/blob/ubuntu22/20250323.1/images/ubuntu/Ubuntu2204-Readme.md to ``` Image: ubuntu-22.04 Version: 20250406.1.0 Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20250406.1/images/ubuntu/Ubuntu2204-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250406.1...
This is what I usually look at to notice when things start happening: https://github.com/ovn-kubernetes/ovn-kubernetes/actions/workflows/test.yml?query=event%3Aschedule
hopefully fixed with https://github.com/ovn-kubernetes/ovn-kubernetes/pull/5133
> not sure if you would like to include this, but we were going to add some CEL for the UDN CRD, there are TODOs like this https://github.com/ovn-org/ovn-kubernetes/blob/master/go-controller/pkg/crd/userdefinednetwork/v1/types.go#L213 it just...