antrea
antrea copied to clipboard
Kubernetes networking based on Open vSwitch
The Jenkins jobs (e2e, conformance, networkpolicy) are run on testbeds with K8s v1.20.1. This version is getting a bit old, and some notable networking changes happened since that version, e.g....
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.48.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.48.0 Bug Fixes xds/priority: fix bug that could prevent higher priorities from receiving config updates (#5417) RLS...
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.4.2 to 0.5.1. Commits 49f84bc [release-branch.go1.17] modfile: in SetRequireSeparateIndirect, convert lines... 57376c6 [release-branch.go1.17] modfile: in SetRequireSeparateIndirect, arrange requi... 0f08993 modfile: add SetRequireSeparateIndirect 22458ad modfile: factor out methods...
**Describe the bug** I observed this e2e test failing during an execution of the E2e tests on a Kind cluster on Linux with Antrea-native policies disabled" Kind job. ``` 2022-04-14T23:04:20.2313389Z...
The netpol test suite that we protoyped in Antrea (https://github.com/vmware-tanzu/antrea/tree/master/hack/netpol) was ported upstream by @jayunit100 and others: https://github.com/kubernetes/kubernetes/tree/master/test/e2e/network/netpol As a result it now makes sense to remove the `hack/netpol/` directory...
**Describe the bug** When running `kubectl delete -f antrea.yml`, one would expect everything created by Antrea to be deleted, including the OVS bridge on each Node, along with the gateway...
Signed-off-by: Aravindan
Update the script to support rendering changelog for patch releases. The idea is to list PRs with the "kind/cherry-pick" label and find the original PRs. Then retrieve the information of...