Skip to content

Update main and ingress-nginx README#390

Merged
k8s-ci-robot merged 5 commits intokubernetes-sigs:mainfrom
Stevenjin8:docs/ingress-nginx
Mar 12, 2026
Merged

Update main and ingress-nginx README#390
k8s-ci-robot merged 5 commits intokubernetes-sigs:mainfrom
Stevenjin8:docs/ingress-nginx

Conversation

@Stevenjin8
Copy link
Copy Markdown
Contributor

None

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Stevenjin8

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from kkk777-7 March 10, 2026 14:43
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 10, 2026
@youngnick
Copy link
Copy Markdown
Contributor

Nice work @Stevenjin8.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 12, 2026
@k8s-ci-robot k8s-ci-robot merged commit 44ab370 into kubernetes-sigs:main Mar 12, 2026
6 checks passed
Stevenjin8 added a commit to Stevenjin8/ingress2gateway that referenced this pull request Mar 20, 2026
* Some README updates for the ingress-nginx provider.for in

* Fix readme

* remove version stuff

* remove comments in CONTRIBUTING.md

* Better install instructions
k8s-ci-robot pushed a commit that referenced this pull request Mar 20, 2026
* feat: Implement PR1 Infrastructure and Standard CORS support

Signed-off-by: aashish kumar <aashtrek@google.com>

* Restore PR 303 feature files

* feat: apply gke session cookie parser stacked on main

* fix: suppress warnings for affinity annotations

* refactor: use generic session affinity in EmitterIR

* refactor: use provider-neutral SessionAffinity enum

* fix(gce): correctly strip HTTPRoute rule names without breaking generic tests

* fix(common): remove unsupported HTTPRouteRule Name generation and fix all tests

* fix(gce): remove implicit GatewayClass upselling to gke-l7-global-external-managed

* style: update copyright header to remove specific year

* updated formatting

* Implement session affinity tracking and restore rule naming

* Update standard emitter to warn on unconsumed SessionAffinity

* remove copyright years (#389)

* remove copyright years after 2025

* change some other ocpyrights

---------

Co-authored-by: Lior Lieberman <liorlib7+riskified@gmail.com>

* fix: use binary suffixes (Ki/Mi/Gi) for body size conversion (#375)

* fix: use binary suffixes (Ki/Mi/Gi) for body size conversion

* Fix tests and comment

* Update main and ingress-nginx README (#390)

* Some README updates for the ingress-nginx provider.for in

* Fix readme

* remove version stuff

* remove comments in CONTRIBUTING.md

* Better install instructions

* Reorganize e2e tests (#366)

* Move e2e logic to e2e/framework package

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Move providers and implementations to sub packages

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Consolidate Kong

Kong is special in that it serves both as an ingress provider and a
Gateway API implementation. However, having a separate helper for each
deployment type is unnecessary and creates problems in some tests.

Merge the two helpers into one while allowing importing the helper via
both implementation.DeployKong and provider.DeployKong (via a thin
wrapper) for consistency with other providers.

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Use correct consts to identify providers and implementations

deployProviders() matches ingress provider names defined in
pkg/i2gw/providers — these must stay in sync with the library because
they form the CLI contract. deployGatewayImplementation() decides which
gateway backend to deploy — an e2e concern that pkg/i2gw has no idea
about. Even when a provider and an implementation share the same
string value (e.g. "kong"), the consts carry different meanings and
should come from different packages so the two concerns don't get
conflated.

Use consts from pkg/i2gw/providers for the deployProviders switch and
consts from e2e/implementation for the deployGatewayImplementation
switch.

Kong is a special case: it serves as both an ingress provider and a
gateway implementation, backed by a single Helm deployment. Both code
paths use the same Acquire key (implementation.KongName) so the
resource manager deduplicates the deployment and avoids races between
test cases.

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Reorganize tests by category

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Update e2e/README.md

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Remove old comment

This info lives under e2e/README.md now.

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Fix slow-deleting namespaces

Adding the Envoy Gateway implementation seems to have triggered a racy
situation upon test teardown where some app namespaces get stuck in
"Terminating" for multiple minutes despite not having any resources,
likely due to transient errors which trigger exponential backoff.

Fix the issue by watching for stuck namespaces and "nudging" the
namespace controller by touching an annotation on the namespace object.

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Generate kind.yaml dynamically

No need to commit this file to the repo - we can generate it on the fly
and remove at test cleanup.

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

---------

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>

* Remove LiorLieberman from reviewers list (#392)

* Clean up notifications (#384)

* Get rid of Info notifications

* Make most errors notifications

add regex warnings

* use methods

* lint

* fmt

* cleanup some warning messages

* add more notifications

* verify

* fix test

* grpcroute warnings

* review

* fix tests and unparsed stuff

* clean up service errors

* simplify notification cahnge

* undo nginx changes

---------

Signed-off-by: aashish kumar <aashtrek@google.com>
Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>
Co-authored-by: aashish kumar <aashtrek@google.com>
Co-authored-by: Lior Lieberman <liorlib7+riskified@gmail.com>
Co-authored-by: Johanan Liebermann <jliebermann@microsoft.com>
Co-authored-by: Lior Lieberman <liorlieberman@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants