From 834da0eea8f855c27043bc493104a6d8ff93bdc1 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Sat, 9 Oct 2021 14:39:29 +0700 Subject: [PATCH] Add install kubectl --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ca1c09..5bece22 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# kubernetes-installation -Installation Guide for Kubernetes Cluster +# Installation Guide for Kubernetes Cluster + +### 1. Download kubectl +```shell +curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" +``` +### 2. Validate kubectl +```shell +curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256" +echo "$(