Files
kubernetes-the-hard-way/docs
Patrick Decat 93b4b32832 Fix ownership on /usr/local/bin/etcd* files
Not doing so leaves the ownership of the etcd binaries to the GCP user:

```
patrick@controller-1:~$ sudo mv etcd-v3.3.9-linux-amd64/etcd* /usr/local/bin/
patrick@controller-1:~$ ll /usr/local/bin/
total 33940
drwxr-xr-x  2 root    root        4096 Aug  8 17:25 ./
drwxr-xr-x 10 root    root        4096 Aug  6 20:34 ../
-rwxr-xr-x  1 patrick patrick 18934016 Jul 24 17:13 etcd*
-rwxr-xr-x  1 patrick patrick 15809280 Jul 24 17:13 etcdctl*
```
2018-08-08 19:28:53 +02:00
..
2017-08-31 07:17:23 -07:00