policy: Add support for Cluster Network Policy CRD#42338
Merged
tommyp1ckles merged 5 commits intocilium:mainfrom Feb 13, 2026
Merged
policy: Add support for Cluster Network Policy CRD#42338tommyp1ckles merged 5 commits intocilium:mainfrom
tommyp1ckles merged 5 commits intocilium:mainfrom
Conversation
651c0a2 to
4e2c4a3
Compare
Contributor
Author
|
/test |
gandro
reviewed
Oct 23, 2025
Member
gandro
left a comment
There was a problem hiding this comment.
Exciting developments! I did an initial review and found some semantic mismatches that I think we need to look into
gandro
reviewed
Oct 23, 2025
9c6f13a to
3477038
Compare
Contributor
Author
|
/test |
Contributor
Author
|
/test |
Contributor
Author
|
/test |
Signed-off-by: Blaz Zupan <blaz@google.com>
Signed-off-by: Blaz Zupan <blaz@google.com>
Disabled by default. A new Makefile target is added that enables it in kind clusters. Signed-off-by: Blaz Zupan <blaz@google.com>
Signed-off-by: Blaz Zupan <blaz@google.com>
Signed-off-by: Blaz Zupan <blaz@google.com>
Contributor
Author
|
/test |
squeed
approved these changes
Feb 12, 2026
Contributor
Author
|
/ci-l3-l4 |
1 similar comment
Contributor
Author
|
/ci-l3-l4 |
Contributor
Author
|
For some reason the test keep getting cancelled (last iteration was cancalled in the "Workflow Telemetry" step). Retrying one more time. |
Contributor
Author
|
/ci-l3-l4 |
tommyp1ckles
approved these changes
Feb 13, 2026
Member
|
FYI I updated the release note in the PR description to be more clear to the user. Congrats on landing this 🎉 |
This was referenced Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for the k8s Cluster Network Policy v1alpha2 CRD. It adds a parser, a watcher and the required flags.
This is work in progress, so the CRD is disabled by default. The ENABLE_CLUSTERNETWORKPOLICY environment variable enables it for kind-install-cilium Makefile target..
Support for rule priorities and "pass" rules will be provided in a future PR.