AlinsRan commented on code in PR #1674:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1674#discussion_r1125869733
##########
conf/config-default.yaml:
##########
@@ -64,7 +64,8 @@ kubernetes:
election_id: "ingress-apisix-leader" # the election id for the controller
leader campaign,
# only the leader will watch and
delivery resource changes,
# other instances (as candidates) stand
by.
- ingress_class: "apisix" # the class of an Ingress object is set
using the field
+ ingress_class: "apisix-and-all" # apisix-and-all is a special value, it
handles Ingress resources with ingressClassName=apisix and all CRDs.
+ # the class of an Ingress object is set
using the field
Review Comment:
Done
--
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]