Update scratch.md (#11038)

The files are automatically extracted after downloading in release v1.12.2.
This commit is contained in:
Stig Otnes Kolstad 2018-11-19 03:19:23 +01:00 committed by k8s-ci-robot
parent d9550a836a
commit c8050aa0d9
1 changed files with 2 additions and 4 deletions

View File

@ -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. 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 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. `./kubernetes/cluster/get-kube-binaries.sh` to download and extract the client and server binaries.
Then locate `./kubernetes/server/kubernetes-server-linux-amd64.tar.gz` and unzip *that*. Then locate `./kubernetes/server/bin`, which contains all the necessary binaries.
Then, within the second set of unzipped files, locate `./kubernetes/server/bin`, which contains
all the necessary binaries.
#### Selecting Images #### Selecting Images