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

Commit

Permalink
Update kubernetes windows build doc (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangtianLi authored Aug 9, 2017
1 parent 4aca919 commit d2c774f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d2c774f

Please sign in to comment.