Or Mergi
Or Mergi
#### What this PR does and why is it needed Add e2e tests to cover network connectivity over secondary network using the namespace UDN CRD. #### Which issue(s) this PR...
#### What this PR does and why is it needed This PR Adds UserDefinedNetwork CRD API reference The doc generated using the following command ``` crd-ref-docs --source-path ./go-controller/pkg/crd/userdefinednetwork --config=crd-docs-config.yaml --renderer=markdown...
### What would you like to be added? In Kubernetes 1.31 there should be standard valuation CEL rule verb for validating CIDR format. The UDN CRD definition has the right...
#### What this PR does and why is it needed When using podman, `make lint` fails due to the following error: ``` Error: short-name resolution enforced but cannot prompt without...
### What this PR does Before this PR: E2e storage migration helpers `UpdateVMWithPVC` and `UpdateVMWithDV` use client Update operation to mutate the test VM object. After this PR: E2e storage...
### What this PR does In a scenario `newPCIAddressPoolWithNetworkStatusFromFile` timeouts it raises an error with no context making it impossible to trace when debugging: ``` {"component":"virt-launcher","kind":"","level":"error","msg":"failed to generate libvirt domain...
This PR adds e2e tests for OVN-Kuberentes user-defined-network CRD, introduced by https://github.com/ovn-org/ovn-kubernetes/pull/4486. **Note to reviewer:** The added tests ported from OVN-K repo as it, no logical change has been done.
#### What this PR does and why is it needed Initialize the namespace-tracker when controller starts as part of Run(). Populate the namespace-tracker according to the cluster state. When the...
#### What this PR does and why is it needed This PR changes the UserDefinedNetwork CRD validations, making them fit IPv4 and IPv6* minimum MTU according to RFC [1] [2]....
### What this PR does Following https://github.com/kubevirt/kubevirt/issues/12898, as part of troubleshooting the issue we saw failing batch Jobs in tests. This PR dump the Jobs to enable debugging. Before this...