Fix docs somewhat, add monitoring hooks.

This commit is contained in:
Brendan Burns
2014-11-10 13:55:34 -08:00
parent 8a2954900e
commit 48498cf9bb
2 changed files with 29 additions and 8 deletions

View File

@@ -5,11 +5,18 @@
1. You need an AWS account. Visit [http://aws.amazon.com](http://aws.amazon.com) to get started
2. Install and configure [AWS Command Line Interface](http://aws.amazon.com/cli)
### Run from a binary release
### Cluster turnup
1. Download the [binary release](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/binary_release.md)
#### Option 1: Install a binary release
1. Download the [binary release](getting-started-guides/binary_release.md)
2. Unpack the archive and ```cd kubernetes```
3. Turn up the cluster:
#### Option 2: Install from source
1. ```git clone https://github.com/GoogleCloudPlatform/kubernetes.git```
2. ```cd kubernetes; make release```
#### Turn up the cluster
```
export KUBERNETES_PROVIDER=aws
cluster/kube-up.sh
@@ -28,4 +35,4 @@ cluster/kube-down.sh
```
### Cloud Formation
There is a contributed example from [CoreOS](http://www.coreos.com) using Cloud Formation.
There is a contributed [example](aws-coreos.md) from [CoreOS](http://www.coreos.com) using Cloud Formation.