From c8050aa0d9d6708be2d2e55e18430309e502a94c Mon Sep 17 00:00:00 2001 From: Stig Otnes Kolstad Date: Mon, 19 Nov 2018 03:19:23 +0100 Subject: [PATCH] Update scratch.md (#11038) The files are automatically extracted after downloading in release v1.12.2. --- content/en/docs/setup/scratch.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/en/docs/setup/scratch.md b/content/en/docs/setup/scratch.md index 3068e24865..80b0dbf6ac 100644 --- a/content/en/docs/setup/scratch.md +++ b/content/en/docs/setup/scratch.md @@ -167,10 +167,8 @@ You can use a Kubernetes binary release (recommended) or build your Kubernetes b 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. +`./kubernetes/cluster/get-kube-binaries.sh` to download and extract the client and server binaries. +Then locate `./kubernetes/server/bin`, which contains all the necessary binaries. #### Selecting Images