Gavin Xin
Gavin Xin
Create the issue to track compatibility tests for [K8s 1.30](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md). **Tests** - [x] Conformance test K8s v1.30.0 + Antrea v1.15.1 on Linux [all-conformance.zip](https://github.com/antrea-io/antrea/files/15070482/all-conformance.zip) - [x] sig-network test K8s v1.30.0 +...
Added functionality to check for modifications in specific files using Git and set a PULL_MASK accordingly. This update ensures that images are only updated based on actual changes to relevant...
Fixes #5653 This enhancement improves the reliability of the file transfer process, reducing the risk of importing corrupted or incomplete images.
By integrating the OVS driver installation into an initContainer, we ensure that the necessary driver is installed before the main containers start, and the driver's presence is checked only once...
**Describe the problem/challenge you have** Currently, we are using various testbeds such as CAPV, Multicast, Multicluster, VMAgent, Kind, and Windows for Antrea CI pipeline. The Kubernetes versions used in these...
**Describe what you are trying to solve** We aim to use kind testing to make the matrix job easier to maintain. This job will automatically trigger periodic runs to ensure...
**Describe what you are trying to solve** We are aiming to simplify the Antrea matrix compatibility CI jobs by leveraging Kind and CAPA for testing instead of the existing CAPV...
Added sudo to the clean job script to align with the login process and ensure correct access to the necessary secrets. The clean job was failing to access the correct...
* Add detailed containerd version requirements for various Kubernetes versions. * Upgrade agnhost image for Windows2022 compatibility.