Cabel-T opened a new issue, #1379: URL: https://github.com/apache/apisix-ingress-controller/issues/1379
### Issue description configmap的default_cluster_base_url参数只能为apisix的IP地址,我有多个apisix服务器做负载,此处填写单一IP显然是非高可用的,如果此IP down掉呢;我在此处填写lb的地址,lb后端是多个apisix集群,可是在创建了apisix-route后无法delete掉,而且日志也有各种报错,此处为bug吧 ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): - your Kubernetes cluster version (output of kubectl version): - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a): ### Minimal test code / Steps to reproduce 不支持高可用 ### Actual result 各种报错 ### Error log 2022-10-13T18:55:31+08:00 info ingress/apisix_cluster_config.go:71 ApisixClusterConfig controller exited 2022-10-13T18:55:31+08:00 info ingress/apisix_consumer.go:69 ApisixConsumer controller exited 2022-10-13T18:55:31+08:00 info ingress/apisix_upstream.go:75 ApisixUpstream controller exited 2022-10-13T18:55:31+08:00 error apisix/upstream.go:159 failed to create upstream: Put "http://sg-up-apisix-cluster01.up.prod/apisix/admin/upstreams/d41e127f": context canceled 2022-10-13T18:55:31+08:00 info ingress/pod.go:56 pod controller exited 2022-10-13T18:55:31+08:00 info ingress/apisix_tls.go:73 ApisixTls controller exited 2022-10-13T18:55:31+08:00 info ingress/apisix_pluginconfig.go:74 ApisixPluginConfig controller exited 2022-10-13T18:55:31+08:00 info ingress/secret.go:78 secret controller exited 2022-10-13T18:55:31+08:00 info ingress/endpoint.go:85 endpoints controller exited 2022-10-13T18:55:31+08:00 error apisix/cluster.go:337 failed to wait cluster to ready: context canceled 2022-10-13T18:55:31+08:00 warn apisix/cluster.go:334 waiting cluster default to ready, it may takes a while 2022-10-13T18:55:31+08:00 error apisix/cluster.go:337 failed to wait cluster to ready: context canceled 2022-10-13T18:55:31+08:00 warn apisix/cluster.go:334 waiting cluster default to ready, it may takes a while 2022-10-13T18:55:31+08:00 error apisix/cluster.go:337 failed to wait cluster to ready: context canceled 2022-10-13T18:55:31+08:00 warn apisix/cluster.go:334 waiting cluster default to ready, it may takes a while 2022-10-13T18:55:31+08:00 error apisix/cluster.go:337 failed to wait cluster to ready: context canceled ### Expected result _No response_ -- 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]
