1.0.3 kibana-logging api link fails on flannel ip address timeout

3/4/2016

I get the following error

Error: 'dial tcp 10.10.92.15:5601: i/o timeout'
Trying to reach: 'http://10.10.92.15:5601/'

10.10.92/24 is the flannel0 network on one of the kube slaves

Pods are up and running

elasticsearch-logging-v1-l1hu9   1/1       Running   0          1h
elasticsearch-logging-v1-rsgby   1/1       Running   0          1h
kibana-logging-v1-4wwfg          1/1       Running   0          1h
-- user2363318
kubernetes

1 Answer

3/9/2016

This was due to flannel not running on the kubernetes master, after I got flannel up, the url /api/v1/proxy/namespaces/kube-system/services/kibana-logging worked.

THe HOWTO for kubernetes I used excluded setting up flannel on the master.

-- user2363318
Source: StackOverflow