Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix namespace scope not working as expected #9712

Closed
wants to merge 1 commit into from
Closed

Fix namespace scope not working as expected #9712

wants to merge 1 commit into from

Commits on Mar 10, 2023

  1. with current logic, If IgnoreIngressClass is set false at the beginni…

    …ng, any incoming Ingress will be caught by ingress-controller and written into nginx configuration file even ingress class of the Ingress object doesn't match the IngressClass watched by current ingress-controller.
    
    new logic will try get the IngressClass value on incoming Ingress Object. if IngressClass doesn't match the current IngressController, this ingress will be ignored
    
    Signed-off-by: Gong Yongjie <[email protected]>
    Gong Yongjie committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b8d3d43 View commit details
    Browse the repository at this point in the history