Fix Etcd path.

This commit is contained in:
Oleksii Kliukin 2017-01-23 10:49:35 +01:00 committed by Murat Kabilov
parent e5911a9e93
commit 46c6ca688f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
### Deploy etcd ### Deploy etcd
$ kubectl create -f https://github.com/coreos/etcd/blob/master/hack/kubernetes-deploy/etcd.yaml $ kubectl create -f https://raw.githubusercontent.com/coreos/etcd/master/hack/kubernetes-deploy/etcd.yml
## Set your go path and put the sources so that go build finds them ## Set your go path and put the sources so that go build finds them