From dc4819e3ff83825ecb5ff9140bf59675c684661e Mon Sep 17 00:00:00 2001 From: xinsnake Date: Fri, 23 Jun 2017 18:03:52 +1000 Subject: [PATCH] Update scratch.md: include download binary tarball (#3933) * Update scratch.md: include download binary tarball As `kubernetes-server-linux-amd64.tar.gz` is not provided with the tarball now, an extra step is required. * Updated scratch.md to follow review comments --- docs/getting-started-guides/scratch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index eb5b37752b..3fdd726319 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -167,6 +167,8 @@ You can use a Kubernetes binary release (recommended) or build your Kubernetes b [Developer Documentation](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/devel/). Only using a binary release is covered in this guide. Download the [latest binary release](https://github.com/kubernetes/kubernetes/releases/latest) and unzip it. +Server binary tarballs are no longer included in the Kubernetes final tarball, so you will need to locate and run +`./kubernetes/cluster/get-kube-binaries.sh` to download the client and server binaries. Then locate `./kubernetes/server/kubernetes-server-linux-amd64.tar.gz` and unzip *that*. Then, within the second set of unzipped files, locate `./kubernetes/server/bin`, which contains all the necessary binaries.