Tim Rozet
Tim Rozet
Need a RWMutex to protect nil client usage during reconnect. Also includes a workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2000375
New argument "--scale" allows a user to scale up the number of worker nodes in their current cluster to the desired amount. The current -wk, --num-workers argument is used to...
We have had a myriad of issues where pods trying to reach kubernetes hosts run into problems, due to this traffic being treated as north/south egress. Some of these problems...
Seeing failures with this test still: ``` Kubevirt Virtual Machines when live migrated [It] with pre-copy should keep connectivity /home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/kubevirt.go:656 [FAILED] Oct 25 23:45:54.083: Timed out after 60.010s. worker1: after...
flake at [FAIL] Node IP and MAC address migration when the node IPv4 address is updated when ETP=Local service with host network backend is configured [It] makes sure that the...
When manually creating the endpoints for a service like: ``` [trozet@fedora contrib]$ cat ~/service.yaml apiVersion: v1 kind: Service metadata: name: my-service1 #namespace: exgw2 spec: # selector: # pod-name: server2 ports:...
The Shutdown method is useful for waiting for the informer to be stopped when running unit tests: https://github.com/kubernetes/code-generator/commit/e4b7976d1aa480d750be54b0177e5e29790de3bb It is missing: https://github.com/k8snetworkplumbingwg/multi-networkpolicy/blob/master/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go#L34 I tried updating code-gen and regenerating, but it...
This modifies the sender address for ingress ping test to use a common IP address that is emulated on a loopback acting as though it lives behind the gateways. This...
Follow up from https://github.com/ovn-org/ovn-kubernetes/pull/4270 During initial node sync, we were creating all of the lb templates over and over again in OVN. Service handler starts after, and will take care...
### What happened? https://github.com/ovn-org/ovn-kubernetes/pull/4561#discussion_r1723903850 ### What did you expect to happen? LRPs for masquerade IP via mgmt port shouldn't exist. There's no reason for pod to access the GR masquerade...