antrea icon indicating copy to clipboard operation
antrea copied to clipboard

Kubernetes networking based on Open vSwitch

Results 507 antrea issues
Sort by recently updated
recently updated
newest added

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...

area/multi-cluster

Signed-off-by: Hongliang Liu

lifecycle/stale

**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...

area/network-policy/api
kind/feature
lifecycle/stale

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...

good first issue
kind/documentation
lifecycle/stale
priority/backlog
area/test/infra
area/monitoring/metrics

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.

kind/cherry-pick

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`...

good first issue
kind/feature
priority/important-longterm
area/ops/traceflow

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...

area/ipam
kind/feature