lianghao208 commented on issue #211:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/211#issuecomment-767462069


   @tokers sorry, I pasted the wrong log, this is the controller log
   ```bash
   [root@VM-187-41-centos ~]# kc logs -n ingress-apisix 
ingress-controller-79dbd87678-7zltm
   2021-01-25T16:53:30+08:00    info    ingress/ingress.go:81   apisix ingress 
controller started
   2021-01-25T16:53:30+08:00    info    ingress/ingress.go:87   use 
configuration
   {
        "log_level": "info",
        "log_output": "stderr",
        "http_listen": ":8080",
        "enable_profiling": true,
        "kubernetes": {
                "kubeconfig": "",
                "resync_interval": "6h0m0s"
        },
        "apisix": {
                "base_url": "http://127.0.0.1:9080/apisix/admin";,
                "admin_key": ""
        }
   }
   ERROR: logging before flag.Parse: E0125 17:01:56.959868       1 ep.go:52] 
find endpoint ingress-apisix/httpbin err: endpoints "httpbin" not found
   ERROR: logging before flag.Parse: E0125 17:01:56.960157       1 
upstream.go:27] list upstreams in etcd failed, group: , err: http get failed, 
url: http://127.0.0.1:9080/apisix/admin/upstreams, err: Get 
http://127.0.0.1:9080/apisix/admin/upstreams: dial tcp 127.0.0.1:9080: connect: 
connection refused
   ERROR: logging before flag.Parse: E0125 17:01:56.960173       1 
builder.go:154] solver upstream failed, find upstream from etcd failed, 
upstream: &{ID:<nil> FullName:0xc000334200 Group:0xc000334160 
ResourceVersion:0xc000334170 Name:0xc0003341c0 Type:0xc000334220 HashOn:<nil> 
Key:<nil> Nodes:[] FromKind:<nil>}, err: list upstreams failed, err: http get 
failed, url: http://127.0.0.1:9080/apisix/admin/upstreams, err: Get 
http://127.0.0.1:9080/apisix/admin/upstreams: dial tcp 127.0.0.1:9080: connect: 
connection refused
   ERROR: logging before flag.Parse: E0125 19:42:47.293493       1 
upstream.go:27] list upstreams in etcd failed, group: , err: http get failed, 
url: http://127.0.0.1:9080/apisix/admin/upstreams, err: Get 
http://127.0.0.1:9080/apisix/admin/upstreams: dial tcp 127.0.0.1:9080: connect: 
connection refused
   ERROR: logging before flag.Parse: E0125 19:42:47.293539       1 
builder.go:154] solver upstream failed, find upstream from etcd failed, 
upstream: &{ID:<nil> FullName:0xc0002c68b0 Group:0xc0002c67f0 
ResourceVersion:0xc0002c6800 Name:0xc0002c6850 Type:0xc0002c68c0 HashOn:<nil> 
Key:<nil> Nodes:[0xc0004e3000] FromKind:<nil>}, err: list upstreams failed, 
err: http get failed, url: http://127.0.0.1:9080/apisix/admin/upstreams, err: 
Get http://127.0.0.1:9080/apisix/admin/upstreams: dial tcp 127.0.0.1:9080: 
connect: connection refused
   ERROR: logging before flag.Parse: E0126 14:52:05.466694       1 ep.go:52] 
find endpoint ingress-apisix/httpbin err: endpoints "httpbin" not found
   ERROR: logging before flag.Parse: E0126 14:53:25.680777       1 
upstream.go:27] list upstreams in etcd failed, group: , err: http get failed, 
url: http://127.0.0.1:9080/apisix/admin/upstreams, err: Get 
http://127.0.0.1:9080/apisix/admin/upstreams: dial tcp 127.0.0.1:9080: connect: 
connection refused
   ERROR: logging before flag.Parse: E0126 14:53:25.680799       1 
builder.go:154] solver upstream failed, find upstream from etcd failed, 
upstream: &{ID:<nil> FullName:0xc0002c6120 Group:0xc000484700 
ResourceVersion:0xc000484710 Name:0xc000484790 Type:0xc0002c6130 HashOn:<nil> 
Key:<nil> Nodes:[0xc000628860] FromKind:<nil>}, err: list upstreams failed, 
err: http get failed, url: http://127.0.0.1:9080/apisix/admin/upstreams, err: 
Get http://127.0.0.1:9080/apisix/admin/upstreams: dial tcp 127.0.0.1:9080: 
connect: connection refused
   ERROR: logging before flag.Parse: E0126 15:58:32.961616       1 ep.go:52] 
find endpoint ingress-apisix/httpbin err: endpoints "httpbin" not found
   ERROR: logging before flag.Parse: E0126 15:58:32.961884       1 
upstream.go:27] list upstreams in etcd failed, group: , err: http get failed, 
url: http://127.0.0.1:9080/apisix/admin/upstreams, err: Get 
http://127.0.0.1:9080/apisix/admin/upstreams: dial tcp 127.0.0.1:9080: connect: 
connection refused
   ERROR: logging before flag.Parse: E0126 15:58:32.961899       1 
builder.go:154] solver upstream failed, find upstream from etcd failed, 
upstream: &{ID:<nil> FullName:0xc000314440 Group:0xc0003143a0 
ResourceVersion:0xc0003143b0 Name:0xc000314400 Type:0xc000314450 HashOn:<nil> 
Key:<nil> Nodes:[] FromKind:<nil>}, err: list upstreams failed, err: http get 
failed, url: http://127.0.0.1:9080/apisix/admin/upstreams, err: Get 
http://127.0.0.1:9080/apisix/admin/upstreams: dial tcp 127.0.0.1:9080: connect: 
connection refused
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to