kubernetes-the-hard-way/docs
Fernando Sanchez 820fd2e74c update 'scp' to 'copy-files'
gcloud --version
Google Cloud SDK 154.0.1
app-engine-python 1.9.52
bq 2.0.24
cloud-datastore-emulator 1.2.1
core 2017.05.04
docker-credential-gcr
gcloud
gsutil 4.25
kubectl

$ for host in worker0 worker1 worker2; do
>   gcloud compute scp ca.pem kube-proxy.pem kube-proxy-key.pem ${host}:~/
> done
ERROR: (gcloud.compute) Invalid choice: 'scp'.

for host in worker0 worker1 worker2; do   gcloud compute copy-files ca.pem kube-proxy.pem kube-proxy-key.pem ${host}:~/; done
Warning: Permanently added 'compute.6461459711323000154' (ECDSA) to the list of known hosts.
ca.pem                                                                                 100% 1367     1.3KB/s   00:00
kube-proxy.pem                                                                         100% 1428     1.4KB/s   00:00
kube-proxy-key.pem                                                                     100% 1679     1.6KB/s   00:00
Warning: Permanently added 'compute.601335813592567078' (ECDSA) to the list of known hosts.
ca.pem                                                                                 100% 1367     1.3KB/s   00:00
kube-proxy.pem                                                                         100% 1428     1.4KB/s   00:00
kube-proxy-key.pem                                                                     100% 1679     1.6KB/s   00:00
Warning: Permanently added 'compute.1617219287039593734' (ECDSA) to the list of known hosts.
ca.pem                                                                                 100% 1367     1.3KB/s   00:00
kube-proxy.pem                                                                         100% 1428     1.4KB/s   00:00
kube-proxy-key.pem                                                                     100% 1679     1.6KB/s   00:00
2017-06-21 11:18:15 -04:00
..
01-infrastructure-gcp.md Update range for health check 2017-06-02 07:57:17 -07:00
02-certificate-authority.md update 'scp' to 'copy-files' 2017-06-21 11:18:15 -04:00
03-auth-configs.md Use gcloud compute scp instead of copy-files 2017-06-02 07:56:05 -07:00
04-etcd.md Add Authentication to etcd configuration 2017-04-12 05:51:53 -04:00
05-kubernetes-controller.md Update 05-kubernetes-controller.md 2017-06-02 07:56:58 -07:00
06-kubernetes-worker.md Bump kubernetes to v1.6.1 2017-05-01 21:59:56 -07:00
07-kubectl.md Bump kubernetes to v1.6.1 2017-05-01 21:59:56 -07:00
08-network.md remove AWS support 2017-03-25 14:20:31 -07:00
09-dns-addon.md clean up formatting 2017-03-25 20:23:14 -07:00
10-smoke-test.md clean up docs 2017-03-25 19:27:49 -07:00
11-cleanup.md remove AWS support 2017-03-25 14:20:31 -07:00