antrea
antrea copied to clipboard
Kubernetes networking based on Open vSwitch
This PR is the first part of the mutli-cluster stretched network policy implementation. In order to enforce policy globally based on label selections, Antrea MC Service needs to inform each...
**Describe the problem/challenge you have** Kubernetes v1.24 will start supporting condition status in Network Policy API (alpha and feature gate'd) It would be great if Antrea supports this field 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.
Add a portcache file to support go building across different OSs. issue #3826 Signed-off-by: Shuyang Xin
**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`...
There were a few race conditions in NetworkPolicyController: * An AppliedToGroup or AddressGroup in use may be removed if situations like this happens: 1. addANP creates a group for ANP...
**Describe the problem/challenge you have** The current implementation of FlexibleIPAM requires _Linux Nodes, with IPv4, system OVS datapath type, and noEncap, noSNAT traffic mode._ That means that I can not...