hotbaby opened a new issue #144: URL: https://github.com/apache/apisix-helm-chart/issues/144
apisix-etcd-0 log ```sh 2021-09-15 12:10:14.648882 I | embed: advertise client URLs = http://apisix-etcd-0.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2379 2021-09-15 12:10:14.664499 W | etcdserver: could not get cluster response from http://apisix-etcd-1.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380: Get http://apisix-etcd-1.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380/members: dial tcp 10.244.12.25:2380: connect: connection refused 2021-09-15 12:10:14.665989 W | etcdserver: could not get cluster response from http://apisix-etcd-2.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380: Get http://apisix-etcd-2.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380/members: dial tcp 10.244.14.120:2380: connect: connection refused 2021-09-15 12:10:14.667893 C | etcdmain: cannot fetch cluster info from peer urls: could not retrieve cluster information from the given URLs ``` ``` [root@k8s-master-02 yanfa]# k get pod -ningress-apisix NAME READY STATUS RESTARTS AGE apisix-7cf795987f-6rgsh 0/1 Init:0/1 0 4h23m apisix-etcd-0 0/1 CrashLoopBackOff 42 3h32m apisix-etcd-1 0/1 CrashLoopBackOff 43 3h32m apisix-etcd-2 0/1 CrashLoopBackOff 42 3h32m apisix-ingress-controller-698c48568f-dngk6 1/1 Running 1 4h23m ``` ``` [root@k8s-master-02 yanfa]# k get svc -ningress-apisix NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE apisix-admin ClusterIP 10.108.207.180 <none> 9180/TCP 4h24m apisix-etcd ClusterIP 10.102.140.38 <none> 2379/TCP,2380/TCP 4h24m apisix-etcd-headless ClusterIP None <none> 2379/TCP,2380/TCP 4h24m apisix-gateway NodePort 10.106.254.50 <none> 80:32690/TCP 4h24m apisix-ingress-controller ClusterIP 10.105.36.179 <none> 80/TCP 4h24m ``` -- 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]
