-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Description
Hi.
I have an etcd 2.3.1 cluster with Kubernetes 1.2.4 on my Ubuntu 14.04 x64 VM.
Here's the status:
root@ubuntu:/kubernetes/cluster# etcdctl cluster-health
member ce2a822cea30bfca is healthy: got healthy result from http://192.168.134.129:4001
cluster is healthy
Then I browsed to http://henszey.github.io/etcd-browser/
in this VM's firefox, entered http://192.168.134.129:4001
and click Go!
. It gave me:
Request failed - - http://192.168.134.129:4001/v2/keys/
But when I opened the http://192.168.134.129:4001/v2/keys/
address in another tab of my Firefox, it shows normally:
{"action":"get","node":{"dir":true,"nodes":[{"key":"/registry","dir":true,"modifiedIndex":3,"createdIndex":3},{"key":"/bbb","value":"test","modifiedIndex":70689,"createdIndex":70689},{"key":"/111","value":"333","modifiedIndex":35380,"createdIndex":35380},{"key":"/aaa","value":"111","modifiedIndex":50991,"createdIndex":50991},{"key":"/aab","dir":true,"modifiedIndex":35980,"createdIndex":35980},{"key":"/coreos.com","dir":true,"modifiedIndex":13,"createdIndex":13}]}}
So I wonder where it's wrong? Thanks!
Metadata
Metadata
Assignees
Labels
No labels