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 |
Michael McClanahan
|
2983b28f13
|
Use gcloud compute scp instead of copy-files
|
2017-06-02 07:56:05 -07:00 |
Kelsey Hightower
|
f49493d286
|
doc clean up and basic formatting improvements
|
2017-03-25 18:52:58 -07:00 |
Kelsey Hightower
|
4989117cf2
|
remove AWS support
|
2017-03-25 14:20:31 -07:00 |
Kelsey Hightower
|
7e009610b2
|
update for 1.6
|
2017-03-25 09:44:23 -07:00 |
Kelsey Hightower
|
99d342cc3c
|
add authentication lab
|
2017-03-23 23:08:54 -07:00 |
Kelsey Hightower
|
3b1700d85e
|
update to Kubernetes 1.6
|
2017-03-23 19:48:14 -07:00 |
Balazs Rauznitz
|
b7ae204c86
|
Make the AWS region configurable
|
2017-03-23 08:49:54 -07:00 |
Noah Dietz
|
09a5f05eb6
|
add kubernetes.default to kubernetes-csr.json hosts
|
2017-03-23 08:44:35 -07:00 |
Chris Jones
|
753e71bac8
|
Note that all replicas of a component must share the same certificate.
|
2016-11-18 18:16:00 -08:00 |
Kelsey Hightower
|
be84590c87
|
update to Kubernetes 1.4
|
2016-09-27 05:25:38 -07:00 |
GGC
|
8ec636271d
|
jq -j is not a valid option. I think the author meant jq -r
|
2016-09-14 19:37:20 -07:00 |
Kelsey Hightower
|
e6ff289410
|
add support for aws
|
2016-09-11 04:18:27 -07:00 |
Kelsey Hightower
|
fbe25cf929
|
add support for aws
|
2016-09-11 03:02:27 -07:00 |
Kelsey Hightower
|
5d794d8280
|
add support for aws
|
2016-09-11 01:05:13 -07:00 |
Kelsey Hightower
|
82b3c26a42
|
add support for aws
|
2016-09-10 19:17:55 -07:00 |
Kelsey Hightower
|
1a3a32cd71
|
add support for AWS
|
2016-09-10 19:13:17 -07:00 |
Kelsey Hightower
|
5a607d5d11
|
add aws support
|
2016-09-10 18:49:06 -07:00 |
warren vosper
|
df4d61e283
|
Fix cfssl mv command pathname for linux
|
2016-07-09 17:52:00 -06:00 |
Kelsey Hightower
|
28c807d98d
|
clean up docs
|
2016-07-09 00:15:26 -07:00 |
Kelsey Hightower
|
3fa16bfaf5
|
clean up docs
|
2016-07-08 21:10:04 -07:00 |
Kelsey Hightower
|
0ecdf4fa3d
|
clean up docs
|
2016-07-08 21:09:05 -07:00 |
Kelsey Hightower
|
9a9988fa35
|
clean up docs
|
2016-07-08 20:59:01 -07:00 |
Kelsey Hightower
|
e59ca5ee73
|
clean up docs
|
2016-07-08 17:10:40 -07:00 |
Kelsey Hightower
|
5290cb6ad0
|
clean up docs
|
2016-07-08 17:09:44 -07:00 |
Kelsey Hightower
|
86591b80d8
|
order the labs
|
2016-07-08 16:32:12 -07:00 |