Hi, i am new to linkerd.
Here is my namerd config file:
admin:
ip: 0.0.0.0
port: 9991
storage:
kind: io.l5d.zk
pathPrefix: /dtabs
zkAddrs:
- host: bw-qa-test-p01.dns.guazi.com
port: 2181
interfaces:
- kind: io.l5d.thriftNameInterpreter
ip: 0.0.0.0
port: 4100
- kind: io.l5d.httpController
ip: 0.0.0.0
port: 4180
namers:
- kind: io.l5d.serversets
zkAddrs:
- host: bw-qa-test-p01.dns.guazi.com
port: 2181
and my zookeeper:
[zk: bw-qa-test-p01.dns.guazi.com:2181(CONNECTED) 70] get /discovery/prod/web
127.0.0.1 9999
cZxid = 0x27
But when i run curl -H "Host: web" http://localhost:4140/
it says: No hosts are available for /svc/web, Dtab.base=[], Dtab.local=[]. Remote Info: Not Available
How do i set zookeeper path value to make this work?