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

Commit

Permalink
Revert "docs(contrib/rackspace): document manual update for CoreOS"
Browse files Browse the repository at this point in the history
This reverts commit 20ecc29.
  • Loading branch information
carmstrong committed May 29, 2014
1 parent 072ac1a commit ccdfc34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions contrib/rackspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ For more information, see [optimal etcd cluster size](https://github.com/coreos/

Deis clusters of less than 3 nodes are unsupported.

### Update CoreOS
Due to image publishing limitations on Rackspace, CoreOS images on Rackspace are frequently out of date.
Each machine needs to be updated. On each one, run:

```console
$ sudo systemctl unmask update-engine && sudo systemctl start update-engine && sudo update_engine_client -update && sudo reboot
```

Once the machine is rebooted, it should have a recent CoreOS version.

### Initialize the cluster
Once the cluster is up, get the hostname of any of the machines from Rackspace, set
FLEETCTL_TUNNEL, and issue a `make run` from the project root:
Expand Down
1 change: 0 additions & 1 deletion contrib/rackspace/provision-rackspace-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ done

echo_green "Your Deis cluster has successfully deployed to Rackspace."
echo_green "Please continue to follow the instructions in the README."
echo_yellow "NOTE: For this release, you must also update CoreOS on these machines. See the README for details."

0 comments on commit ccdfc34

Please sign in to comment.