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.

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

    Issue actions