Antonin Bas
Antonin Bas
The main purpose of this change is to update the e2e Netpol tests to use the srandard CreateNamespace function from the Framework. Before this change, a custom Namespace creation function...
### What happened? I am building a custom version of https://github.com/crossplane-contrib/provider-aws with `make build`. I didn't want to push the images to a registry, so I loaded them manually to...
Currently the only way to update the Prometheus metrics with the `./hack/make-metrics-doc.sh docs/prometheus-integration.md` command, is to run it on a Linux machine. Why, you ask. Well because of 2 main...
At the moment, updating this image is a very manual process and requires access to a Windows machine. To simplify this process, we add a new Github Workflow which can...
Cherry pick of #4107 on release-1.7. #4107: Fix Antrea Octant plugin build For details on the cherry pick process, see the [cherry pick requests](https://github.com/antrea-io/antrea/blob/main/docs/contributors/cherry-picks.md) page.
**Describe the problem/challenge you have** See discussion in https://github.com/antrea-io/antrea/pull/2227#discussion_r644425735 At the moment, we will generate the following observations for Egress traffic: * when Egressing from the same Node, the `Forwarding`...
**Describe the bug** While running Antrea NetworkPolicy e2e tests with **ProxyAll enabled** and the Flow Exporter enabled, I observe the following Antrea Agent panic: ``` I0311 22:19:35.154719 8 ofctrl_bridge.go:275] Received...
Most notables changes: * we remove all uses of the io/ioutil package, which has been deprecated * gofmt now reformats doc comments (e.g., lists inside comment blocks), which is why...
Golang v1.17 is now end of life. As usual, we will update to the latest available version (v1.19), starting with Antrea v1.9.