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
..
images Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
01-prerequisites.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
02-client-tools.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
03-compute-resources.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
04-certificate-authority.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
05-kubernetes-configuration-files.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
06-data-encryption-keys.md update docs 2017-08-31 07:17:23 -07:00
07-bootstrapping-etcd.md Fix ownership on /usr/local/bin/etcd* files 2018-08-08 19:28:53 +02:00
08-bootstrapping-kubernetes-controllers.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
09-bootstrapping-kubernetes-workers.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
10-configuring-kubectl.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
11-pod-network-routes.md update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
12-dns-addon.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
13-smoke-test.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
14-cleanup.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00