Skip to content

Fix reading ingresses from cluster#357

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
johananl:johananl/fix-reading-from-cluster
Feb 18, 2026
Merged

Fix reading ingresses from cluster#357
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
johananl:johananl/fix-reading-from-cluster

Conversation

@johananl
Copy link
Copy Markdown
Member

What type of PR is this?

/kind bug

What this PR does / why we need it:

This PR fixes a regression introduced in #258 where i2gw no longer reads ingresses from the cluster when no input files are specified.

Which issue(s) this PR fixes:

Fixes #356

Does this PR introduce a user-facing change?:

NONE

When no input files are specified in CLI args, fall back to reading
ingresses from cluster rather than erroring out.

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 18, 2026
@k8s-ci-robot k8s-ci-robot requested a review from rikatz February 18, 2026 15:54
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 18, 2026
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 18, 2026
@johananl
Copy link
Copy Markdown
Member Author

/cc @carmal891

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@johananl: GitHub didn't allow me to request PR reviews from the following users: carmal891.

Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @carmal891

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 kubernetes-sigs/prow repository.

@Stevenjin8
Copy link
Copy Markdown
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 18, 2026
@Stevenjin8
Copy link
Copy Markdown
Contributor

/approve

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: johananl, 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 18, 2026
@k8s-ci-robot k8s-ci-robot merged commit 369d399 into kubernetes-sigs:main Feb 18, 2026
5 checks passed
@johananl johananl deleted the johananl/fix-reading-from-cluster branch February 18, 2026 16:11
chakravardhan pushed a commit to chakravardhan/ingress2gateway that referenced this pull request Feb 19, 2026
When no input files are specified in CLI args, fall back to reading
ingresses from cluster rather than erroring out.

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>
rajashish pushed a commit to rajashish/ingress2gateway1 that referenced this pull request Feb 23, 2026
When no input files are specified in CLI args, fall back to reading
ingresses from cluster rather than erroring out.

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.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. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't read ingresses from cluster

3 participants