Update 09-bootstrapping-kubernetes-workers.md

Adding reference for node binaries from kubernetes.io
pull/584/head
rahulsoni43 2019-11-19 09:38:01 +05:30 committed by GitHub
parent 4fe0ff1921
commit 286326cb80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ worker-1$ wget -q --show-progress --https-only --timestamping \
https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubelet
```
Reference: https://kubernetes.io/docs/setup/release/#node-binaries
Create the installation directories:
```