From 9680192797cf285caaaf950d0f2fbc30bec9b304 Mon Sep 17 00:00:00 2001 From: Himanshu Pandey Date: Fri, 27 Sep 2019 12:05:37 -0700 Subject: [PATCH] Added installation option for kubectl (#16380) --- content/en/docs/tasks/tools/install-kubectl.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/tasks/tools/install-kubectl.md b/content/en/docs/tasks/tools/install-kubectl.md index 7aa1a197e5..a430bc61ce 100644 --- a/content/en/docs/tasks/tools/install-kubectl.md +++ b/content/en/docs/tasks/tools/install-kubectl.md @@ -136,6 +136,11 @@ If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you 1. Run the installation command: + ``` + brew install kubectl + ``` + or + ``` brew install kubernetes-cli ```