Skip to content

Commit 4bdfcb3

Browse files
carmstrongGabriel Monroy
authored andcommitted
chore(contrib/gce): bump CoreOS to 459.0.0
1 parent 53e93e8 commit 4bdfcb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/gce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Table of resources:
112112
+--------+---------------+--------+---------+
113113
```
114114

115-
Launch 3 instances using `coreos-alpha-444-0-0-v20140919` image. You can choose another starting CoreOS image from the listing output of `gcloud compute images list`:
115+
Launch 3 instances using `coreos-alpha-459-0-0-v20141003` image. You can choose another starting CoreOS image from the listing output of `gcloud compute images list`:
116116

117117
```console
118-
$ for num in 1 2 3; do gcutil addinstance --image projects/coreos-cloud/global/images/coreos-alpha-444-0-0-v20140919 --persistent_boot_disk --zone us-central1-a --machine_type n1-standard-2 --tags deis --metadata_from_file user-data:gce-user-data --disk cored${num},deviceName=coredocker --authorized_ssh_keys=core:~/.ssh/deis.pub,core:~/.ssh/google_compute_engine.pub core${num}; done
118+
$ for num in 1 2 3; do gcutil addinstance --image projects/coreos-cloud/global/images/coreos-alpha-459-0-0-v20141003 --persistent_boot_disk --zone us-central1-a --machine_type n1-standard-2 --tags deis --metadata_from_file user-data:gce-user-data --disk cored${num},deviceName=coredocker --authorized_ssh_keys=core:~/.ssh/deis.pub,core:~/.ssh/google_compute_engine.pub core${num}; done
119119

120120
Table of resources:
121121

0 commit comments

Comments
 (0)