tokers commented on issue #592:
URL:
https://github.com/apache/apisix-ingress-controller/issues/592#issuecomment-889718058
> First: Ingress Class has a default value ("apisix"). If you continue to
use ingressClass, then only ApisixRoute containing "apisix" will be listened by
default. And if you want to listen to all ApisixRoute CRD by default, it seems
impossible to achieve? Or put IngressClass To an empty string?
> Second: Does ApisixRoute CRD need to add the Spec.IngressClass field?
A tricky way to support listen all ApisixRoute CRs is reserving a wildcard
`*`, when the configured `ingressClass` is `*`, we listen all ApisixRoutes.
I think add `spec.IngressClass` is a good way.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]