Skip to content

Commit

Permalink
Use kubelet 1.10.X for release-1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed May 3, 2018
1 parent 34ce008 commit ecc80fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/install-kubelet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ set -o errexit
set -o nounset
set -o pipefail

KUBELET_VERSION="1.10"

# Install kubelet
! go get -d k8s.io/kubernetes
cd $GOPATH/src/k8s.io/kubernetes
git checkout release-${KUBELET_VERSION}
make WHAT='cmd/kubelet'
sudo cp _output/bin/kubelet /usr/local/bin

0 comments on commit ecc80fa

Please sign in to comment.