Jaime Caamaño Ruiz

Results 27 issues of Jaime Caamaño Ruiz

No parameters are passed to preStop hook handlers and OPENSHIFT_SDN_POD environment variable is never expanded. Use the existing pod environment through a shell instead. Signed-off-by: Jaime Caamaño Ruiz

lgtm
bugzilla/valid-bug
bugzilla/severity-medium

Avoids curl hanging and preventing: - the test to be tear down up properly, making follow up tests to fail - the retry mechanism in place from happening Signed-off-by: Jaime...

lgtm

This PR refactors the egress IP health check with the following objectives: - have the same runtime health check for egress ip and egress service - remove the hardcoded 5...

kind/enhancement
feature/egress-ip
lifecycle/stale

From https://github.com/ovn-org/ovn-kubernetes/actions/runs/8780456440/job/24091514922?pr=4165 ``` 2024-04-22T08:40:47.0474624Z === RUN TestNetworkPolicyV2Conformance 2024-04-22T08:40:47.0483530Z network_policy_v2_test.go:31: Configuring environment for network policy V2 API conformance tests 2024-04-22T08:40:47.0497364Z network_policy_v2_test.go:53: Starting the network policy V2 conformance test suite 2024-04-22T08:40:47.0498179Z suite.go:125:...

kind/ci-flake

Observed here: https://github.com/ovn-org/ovn-kubernetes/actions/runs/7725713047/job/21061466709?pr=4094

kind/ci-flake

``` Will run 321 of 7407 specs Running in parallel across 10 processes Error: The action 'Run Tests' has timed out after 120 minutes. ``` Right now I only have...

kind/ci-flake

As follows: * Replaced all equivalent uses of github.com/pkg/errors for standard library errors * Replaced the uses of github.com/pkg/errors Wrapf for fmt.Errorf. The need for the stack trace that Wrapf...

Fix race condition: 1. deleteNamespaceLocked, after the 20s delay, checks that the current nsInfo for the namespace is nil 2. ensureNamespaceLockedCommon adds a new nsInfo referencing the existing address set...

kind/bug
network-policy

#### What type of PR is this? /kind feature #### What this PR does / why we need it: As a last measure to clean up potential stale network resources,...

kind/feature
release-note
ok-to-test
dco-signoff: no