Skip to content

Commit

Permalink
Update ROADMAP doc after Antrea v1.15 release (#5950)
Browse files Browse the repository at this point in the history
Node NetworkPolicies and support for Egress IPs in different subnets
(with VLAN tagging) have been added in the latest Antrea v1.15 release,
so removing these items from the ROADMAP.

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas authored Feb 1, 2024
1 parent 12fd4b8 commit a089b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Also check out [@ProjectAntrea](https://twitter.com/ProjectAntrea) on Twitter!
on your infrastructure and use case.
* **Comprehensive policy model**: Antrea provides a comprehensive network policy
model, which builds upon Kubernetes Network Policies with new features such as
policy tiering, rule priorities and cluster-level policies. Refer to the
[Antrea Network Policy documentation](docs/antrea-network-policy.md) for a
full list of features.
policy tiering, rule priorities, cluster-level policies, and Node policies.
Refer to the [Antrea Network Policy documentation](docs/antrea-network-policy.md)
for a full list of features.
* **Windows Node support**: Thanks to the portability of Open vSwitch, Antrea
can use the same data plane implementation on both Linux and Windows
Kubernetes Nodes.
Expand Down
12 changes: 3 additions & 9 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ Antrea [version 2](https://github.com/antrea-io/antrea/issues/4832) is coming in
legacy APIs, dropping support for old K8s versions (< 1.19) to improve support
for newer ones, and more! This is a big milestone for the project, stay tuned!

### K8s Node security

So far Antrea has focused on K8s Pod networking and security, but we would like
to extend Antrea-native NetworkPolicies to cover protection of K8s Nodes
too. There is ongoing work for this, so expect this feature very soon!

### Quality of life improvements for installation and upgrade

We have a few things planned to improve basic usability:
Expand All @@ -37,9 +31,9 @@ We have a few things planned to improve basic usability:

### Core networking features

We are currently working on supporting VLAN tagging for Egress traffic. In the
long term, we plan to add BGP support to the Antrea Agent, as it is a much
requested feature.
We are working on adding BGP support to the Antrea Agent, as it has been a much
requested feature. Take a look at [#5948](https://github.com/antrea-io/antrea/issues/5948)
if this is something you are interested in.

### Windows support improvements

Expand Down

0 comments on commit a089b4c

Please sign in to comment.