-
Notifications
You must be signed in to change notification settings - Fork 423
CNTRLPLANE-1445: test(network-ploicy) WIP: Initial attempt of aks net policy e2e #7273
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
base: main
Are you sure you want to change the base?
CNTRLPLANE-1445: test(network-ploicy) WIP: Initial attempt of aks net policy e2e #7273
Conversation
Add detailed specification document for implementing NetworkPolicy e2e test on ARO HCP clusters. This spec analyzes the failed PR openshift#6377 approach and outlines the correct implementation strategy for testing user-facing NetworkPolicy functionality in the guest cluster. 🤖 Generated with Claude Code (claude-sonnet-4-5@20250929) via /jira-solve CNTRLPLANE-1445 Co-Authored-By: Claude <[email protected]> Signed-off-by: Ahmed Abdalla <[email protected]>
Add e2e test to validate NetworkPolicy functionality on ARO HCP (Azure) clusters. The test validates user workload NetworkPolicy enforcement in the guest cluster by: - Creating test namespaces with explicit labels - Deploying server and client pods - Testing baseline connectivity without policies - Applying deny-all NetworkPolicy and verifying traffic blocking - Applying selective allow NetworkPolicy and verifying allowed traffic This addresses CNTRLPLANE-1445 by ensuring Azure CNI properly enforces NetworkPolicy rules for customer workloads. 🤖 Generated with Claude Code (claude-sonnet-4-5@20250929) via /jira-solve CNTRLPLANE-1445 Co-Authored-By: Claude <[email protected]> Signed-off-by: Ahmed Abdalla <[email protected]>
|
@devguyio: This pull request references CNTRLPLANE-1445 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: devguyio The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Initial
/jira-solveattempt. Verifying the main intent behind the JIRA though.WIP do not merge~
Which issue(s) this PR fixes:
Fixes
Special notes for your reviewer:
Checklist: