Skip to content

Commit

Permalink
Update instructions to note the change of AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Nov 25, 2014
1 parent f24ea5c commit fa84b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started-guides/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
##### a) 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; cd kubernetes```
4. ```export PATH=$PATH:$PWD/platforms/<os>/<platform>```
3. ```export PATH=$PATH:$PWD/platforms/<os>/<platform>```
4. __Temporary for v0.5__ : Edit the ```cluster/aws/config-default.sh``` so that ```IMAGE=ami-39501209```

##### b) Alternate Option: Install from source at head
1. ```git clone https://github.com/GoogleCloudPlatform/kubernetes.git```
Expand Down

0 comments on commit fa84b62

Please sign in to comment.