Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(contrib/gce): bump CoreOS to 459.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmstrong authored and Gabriel Monroy committed Oct 7, 2014
1 parent 53e93e8 commit 4bdfcb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/gce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ Table of resources:
+--------+---------------+--------+---------+
```

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`:
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`:

```console
$ 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
$ 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

Table of resources:

Expand Down

0 comments on commit 4bdfcb3

Please sign in to comment.