-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: ports in GatewayConfiguration
can be adjusted, enable integration case verifying DataPlane's NetworkPolicies...
#1308
base: main
Are you sure you want to change the base?
Conversation
Pull request was converted to draft
verifying DataPlane's NetworkPolicies...
GatewayConfiguration
can be adjusted, enable integration case verifying DataPlane's NetworkPolicies...
89e73ea
to
ef59e99
Compare
The test seems to have failed once again : https://github.com/Kong/gateway-operator/actions/runs/13853410632/job/38764918949#step:5:6823 😢
|
@pmalek since it has been re-runed here a couple of times, also I did it locally and I couldn't get the mentioned error. I agree that there is some flakiness in this test, but I'm leaning towards merging it as it is. This PR fixes an actual bug, it is beneficial to release it in KGO 1.6, WDYT? |
In such case I propose to withdraw the removal of |
…ion case `verifying DataPlane's NetworkPolicies...`
What this PR does / why we need it:
Enable
verifying DataPlane's NetworkPolicies get updated after customizing kong proxy listen port through GatewayConfiguration
case fromTestGatewayDataPlaneNetworkPolicy
, because it was declared as resolvedTestGatewayDataPlaneNetworkPolicy
#184Simple enablement leads to failing test case due to (controller logs, the same message is set in
Gateway
status):PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect significant changes