Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to 3.29 RN #1749

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions calico_versioned_docs/version-3.29/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ Learn about the new features, bug fixes, and other updates in this release of {{

## New features and enhancements

### Tiered network policy
### Tiered network policy and support for the `AdminNetworkPolicy` resource

Tiered network policy makes it easier to manage and enforce network policy.
We've added support for tiered network policy, which makes it easier to manage and enforce network policy.
You can use tiers to group your network policies and create rules to enforce those policies according to what group, or tier, they are part of.
If you have different teams writing network policies, grouping those policies in policy tiers can help ensure that the policies of one team (for example, your security team) aren't overridden by another.

For more information, see [Get started with policy tiers](../network-policy/policy-tiers/tiered-policy.mdx).
The `AdminNetworkPolicy` resource helps administrators set strict security rules for the cluster.
If an `AdminNetworkPolicy` resource sets rules for a particular workload, those rules can not be overridden by other network policies.

For more information about tiers and the `AdminNetworkPolicy` resource, see [Get started with policy tiers](../network-policy/policy-tiers/tiered-policy.mdx).

### Tech preview: nftables dataplane

Expand Down
Loading