From fa84b621cc6eaf35c202414067f1aaed3492d1ba Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 24 Nov 2014 21:26:32 -0800 Subject: [PATCH] Update instructions to note the change of AMI --- docs/getting-started-guides/aws.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/aws.md b/docs/getting-started-guides/aws.md index 9e20d1f3b00..99f4dd53f00 100644 --- a/docs/getting-started-guides/aws.md +++ b/docs/getting-started-guides/aws.md @@ -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//``` +3. ```export PATH=$PATH:$PWD/platforms//``` +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```