docs: add egressDeny example to CiliumNetworkPolicy language guide#40272
docs: add egressDeny example to CiliumNetworkPolicy language guide#40272qmonnet merged 1 commit intocilium:mainfrom
Conversation
7705d9b to
e501f9f
Compare
Signed-off-by: Syed Azeez <syedazeez337@gmail.com>
e501f9f to
afde6fe
Compare
|
Hi @qmonnet, I have updated my commit with the changes you have mentioned. Let me know if this is good. |
qmonnet
left a comment
There was a problem hiding this comment.
Yes, it looks good from my side, thank you!
|
/test |
|
Thank you for your approvals. |
Definitely unrelated to your docs changes. Even worse; I think a bug in the testing infra that these are even run for docs-only changes, will follow up. Reran in the meantime. |
|
please let me know once an issue is raised and I will fix those tests as well |
|
Can be backport to stable ? because EgressDeny is part of CKS Killer.sh and don't found when search on stable docs |



Summary
This PR adds a new section to the network policy language documentation introducing the
egressDenyfield inCiliumNetworkPolicy. It includes a real-world use case, explanation, and YAML/JSON examples.What This PR Adds
egress-deny.yamlliteralincludeformat (introduced in Deprecate local REST policy api #40212)egressDenyrules override matchingegressrulesTesting
Manually verified using:
kubectl apply -f egress-deny.yamlrole=frontend,role=backend)ping,nslookup, and Hubble (DROP EGRESS PolicyDeny)Related
This PR provides the missing documentation for
egressDenydiscussed in #39697.Release Note