Skip to content

Error with multiple ingress records for the same hostname but different paths #1722

@dustinrue

Description

@dustinrue

Describe the bug
Tested with AGIC version 1.8.0 and 1.8.1, deployed as an add-on to an AKS cluster, the controller is unable to resolve separate ingress records when:

  • both have the same hostname, such as example.com
  • use the same port
  • have different paths (/ and /.well-known)

Instead, an error is produced:

Two Http Listeners of Application Gateway [scrubbed] and [scrubbed] are using the same Frontend Port

In this case the original record is for the application and the second for a cert-manager validation routine. Due to the bug, the controller seems to be unable to keep the gateway pointed at the proper nodes and the application will eventually go offline.

To Reproduce
See above description

Azure support ticket: 2504150040011775

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions