From a60a01c3d628eaf88053ac28ee89b63fdab83299 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 10 Nov 2014 20:58:42 -0800 Subject: [PATCH] Temporarily remove the binary instructions, since they don't work in the old binaries. --- docs/getting-started-guides/aws.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/getting-started-guides/aws.md b/docs/getting-started-guides/aws.md index c9d3accf0b6..e51ae936e30 100644 --- a/docs/getting-started-guides/aws.md +++ b/docs/getting-started-guides/aws.md @@ -7,12 +7,7 @@ ### Cluster turnup -#### Option 1: Install a binary release - -1. Download the [binary release](getting-started-guides/binary_release.md) -2. Unpack the archive and ```cd kubernetes``` - -#### Option 2: Install from source +#### Install from source 1. ```git clone https://github.com/GoogleCloudPlatform/kubernetes.git``` 2. ```cd kubernetes; make release```