Fix wrong etcd data path for kubernetes (#8060)

This commit is contained in:
Hang Yan
2018-04-12 21:30:56 +08:00
committed by k8s-ci-robot
parent a18d6674c0
commit f1a96cc24f
@@ -132,7 +132,7 @@ program to retrieve the contents of your secret.
2. Using the etcdctl commandline, read that secret out of etcd: 2. Using the etcdctl commandline, read that secret out of etcd:
``` ```
ETCDCTL_API=3 etcdctl get /kubernetes.io/secrets/default/secret1 [...] | hexdump -C    ETCDCTL_API=3 etcdctl get /registry/secrets/default/secret1 [...] | hexdump -C
``` ```
where `[...]` must be the additional arguments for connecting to the etcd server. where `[...]` must be the additional arguments for connecting to the etcd server.