Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Update kubernetes windows build doc #1233

Merged
merged 1 commit into from
Aug 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/kubernetes-build-win-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following instructions show how to deploy the Windows Kubernetes Binaries an
sudo apt-get install -y linux-image-extra-$(uname -r) linux-image-extra-virtual apt-transport-https ca-certificates make gcc gcc-aarch64-linux-gnu zip
```

4. Install Go - this must be installed in local user account since kubernetes cross compile install binaries.
4. Install Go - this must be installed in local user account since kubernetes cross compile install binaries. For kubernetes 1.6.* and below, use Go version 1.7.3. For Kubernetes 1.7.* and up, use Go version 1.8.3.
```
wget -qO- https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz | tar zx -C $HOME
echo "export GOPATH=$HOME/gopath" >> $HOME/.profile
Expand Down