[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #781: request help: The route name generated by default is too long

2022-03-03 Thread GitBox
tao12345666333 commented on issue #781: URL: https://github.com/apache/apisix-ingress-controller/issues/781#issuecomment-1057861981 I've submitted a PR #898 to fix it and also tested it to pass HTTP01 challenge -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #781: request help: The route name generated by default is too long

2022-02-23 Thread GitBox
tao12345666333 commented on issue #781: URL: https://github.com/apache/apisix-ingress-controller/issues/781#issuecomment-1048797532 Sorry for delay. We could modify this behavior, but it should be a breaking change, and I'll send it to the mailing list as well. update later. I set

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #781: request help: The route name generated by default is too long

2022-02-11 Thread GitBox
tao12345666333 commented on issue #781: URL: https://github.com/apache/apisix-ingress-controller/issues/781#issuecomment-1036416540 @cbouisson-csgroup thanks for reminding. It's on my list. I have some ideas, and I'll start a discussion next week. Find a relatively reasonable solution

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #781: request help: The route name generated by default is too long

2021-12-15 Thread GitBox
tao12345666333 commented on issue #781: URL: https://github.com/apache/apisix-ingress-controller/issues/781#issuecomment-994756100 We can try to modify the current mechanism. Thanks for your feedback. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #781: request help: The route name generated by default is too long

2021-12-07 Thread GitBox
tao12345666333 commented on issue #781: URL: https://github.com/apache/apisix-ingress-controller/issues/781#issuecomment-988531185 You can using ApisixRoute like this one. ``` apiVersion: apisix.apache.org/v2beta3 kind: ApisixRoute metadata: name: httpbin-route spec:

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #781: request help: The route name generated by default is too long

2021-12-01 Thread GitBox
tao12345666333 commented on issue #781: URL: https://github.com/apache/apisix-ingress-controller/issues/781#issuecomment-984202850 There are actually two problems here. * About modifying the route created by apisix-ingress in the dashboard **We do not recommend this, or even