[GitHub] [apisix-ingress-controller] cmssczy commented on issue #926: bug: we should create APISIX routes even if Service is created later

2022-03-21 Thread GitBox
cmssczy commented on issue #926: URL: https://github.com/apache/apisix-ingress-controller/issues/926#issuecomment-1073814442 I think we should discuss a plan first. IMO, first we should return `nil` if we got an `ApisixRoute` with no backends existed. https://github.com/apache/a

[GitHub] [apisix-ingress-controller] cmssczy commented on issue #926: bug: we should create APISIX routes even if Service is created later

2022-03-27 Thread GitBox
cmssczy commented on issue #926: URL: https://github.com/apache/apisix-ingress-controller/issues/926#issuecomment-1080131530 we should create an apisix `upstream` with an empty `nodes` when user creates a `ApisixRoute` with a non-existent `service`. I write a demo for this solution. PTA

[GitHub] [apisix-ingress-controller] cmssczy commented on issue #926: bug: we should create APISIX routes even if Service is created later

2022-04-17 Thread GitBox
cmssczy commented on issue #926: URL: https://github.com/apache/apisix-ingress-controller/issues/926#issuecomment-1100836095 > extending cache to solve it I don't understand how to solve this problem by extending the cache. Can you provide more details about this solution? @tao123456