Merge pull request #57 from rahulsoni43/patch-4

Update 09-bootstrapping-kubernetes-workers.md
pull/584/head
vpalazhi 2019-11-19 19:50:39 -05:00 committed by GitHub
commit c0f656627c
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 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: Create the installation directories:
``` ```