Merge pull request #58 from rahulsoni43/patch-5

Update 08-bootstrapping-kubernetes-controllers.md
pull/584/head
vpalazhi 2019-11-19 19:50:13 -05:00 committed by GitHub
commit a4766523e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ wget -q --show-progress --https-only --timestamping \
"https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubectl" "https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubectl"
``` ```
Reference: https://kubernetes.io/docs/setup/release/#server-binaries
Install the Kubernetes binaries: Install the Kubernetes binaries:
``` ```