Skip to content

host: ingress-nginx setting fallback to default ingress-controller backend service #13445

@calvinxu1526

Description

@calvinxu1526

Hi,

Just wondering any enhancement in 1.12 of ingress controller change behavior of -host setting for the ingress object, in 1.11.5 the setting of host: ingress-nginx works, while upgraded to 1.12.1, it does not work anymore unless it replaced by the fqdn(point to ingress ip), if accessing the same without updating it, it will redirect to default backend service.
rules:
- host: ingress-nginx

for example, in 1.11.5 deployment, we are able to access https://host.xxx.yyy.com/test (where host.xxx.yyy.com point yo the ingress ip) with above rules setting; while upgrade to 1.12.1, when access https://host.xxx.yyy.com/test, it fall back to the default backend service https://host.xxx.yyy.com, after update
rules:
- host: host.xxx.yyy.com
access to https://host.xxx.yyy.com/test work again.

Activity

k8s-ci-robot

k8s-ci-robot commented on May 29, 2025

@k8s-ci-robot
Contributor

This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

added
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.
needs-kindIndicates a PR lacks a `kind/foo` label and requires one.
on May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-kindIndicates a PR lacks a `kind/foo` label and requires one.needs-priorityneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @k8s-ci-robot@calvinxu1526

        Issue actions

          host: ingress-nginx setting fallback to default ingress-controller backend service · Issue #13445 · kubernetes/ingress-nginx