Skip to content

Commit

Permalink
update AWS for the 0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Nov 18, 2014
1 parent 82ed8f0 commit b75a56d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/getting-started-guides/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@

### Cluster turnup

#### Install from source
#### Preferred Option: Install from [0.5 release](https://github.com/GoogleCloudPlatform/kubernetes/releases/tag/v0.5)
1. ```wget https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.5/kubernetes.tar.gz```
2. ```tar -xzf kubernetes.tar.gz```
3. ```cd kubernetes```

#### Alternate Option: Install from source at head
1. ```git clone https://github.com/GoogleCloudPlatform/kubernetes.git```
2. ```cd kubernetes; make release```

Expand All @@ -19,6 +24,13 @@ cluster/kube-up.sh

The script above relies on AWS S3 to deploy the software to instances running in EC2.

Once the cluster is up, it will print the ip address of your cluster.

```
export PATH=$PATH:$PWD/platforms/<os>/<platform>
export KUBERNETES_MASTER=https://<ip-address>
```

### Running examples

Take a look at [next steps](https://github.com/GoogleCloudPlatform/kubernetes#where-to-go-next)
Expand Down

0 comments on commit b75a56d

Please sign in to comment.