antrea
antrea copied to clipboard
Kubernetes networking based on Open vSwitch
Antrea v1.5 introduces the `SecondaryNetwork` feature gate: it is now possible to annotate a Pod resource so that Antrea configures a secondary network interface for the Pod. At the moment...
Cherry pick of #3882 on release-1.7. #3882: Add a new option --service-cidr 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.
Cherry pick of #3995 on release-1.7. #3995: Set up Kind clusters to run multi-cluster e2e 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.
Starting with Antrea v1.5, Antrea can support multicast traffic (within the cluster network, or between the Node network and the cluster network) under certain conditions. In order for users to...
**Describe the bug** When running `make golangci` with golang 1.18.1, the output is as the following: ``` ===> Running golangci (linux)
**Describe the bug** I enabled antrea-proxy along with kube-proxy in our k8s clusters and create big services with 250 endpoints, 1000 endpoints and 5000 endpoints. After the testing, the clusterip...
I spent some time trying to understand wether or not we use (or can use) SSL to talk to openvswitch, when investigating https://github.com/kubernetes-sigs/sig-windows-dev-tools/issues/198 . I've written this up here... https://jayunit100.blogspot.com/2022/07/how-does-antrea-talk-to-ovsdb.html...
Cherry pick of #4012 on release-1.7. #4012: Improve install_cni_chaining to support updates to CNI conf 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** Antrea uses [github.com/contiv/libOpenflow](https://github.com/contiv/libOpenflow) to configure Openflow rules to OVS. Currently the library only supports OpenFlow 1.3. It becomes a problem when we need some features...