This commit is contained in:
Hongchao Deng 2017-04-27 15:19:17 -07:00
Родитель 2af49af34a
Коммит 7e885b3978
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -71,7 +71,7 @@ If you are working with [minikube locally](https://github.com/kubernetes/minikub
```bash
$ kubectl create -f example/example-etcd-cluster-nodeport-service.json
$ export ETCDCTL_API=3
$ export ETCDCTL_ENDPOINTS=$(minikube service example-etcd-cluster-client-service --url)
$ export ETCDCTL_ENDPOINTS=$(minikube service example-etcd-cluster-client --url)
$ etcdctl put foo bar
```