From 4fe0ff1921875a5c799d989bf29d91dfb12a44fa Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Mon, 18 Nov 2019 15:45:04 -0800 Subject: [PATCH] Update 03-client-tools.md --- docs/03-client-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/03-client-tools.md b/docs/03-client-tools.md index 576e064..df9e5d9 100644 --- a/docs/03-client-tools.md +++ b/docs/03-client-tools.md @@ -31,6 +31,8 @@ EOF The [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl). command line utility is used to interact with the Kubernetes API Server. Download and install `kubectl` from the official release binaries: +Reference: [https://kubernetes.io/docs/tasks/tools/install-kubectl/](https://kubernetes.io/docs/tasks/tools/install-kubectl/) + ### Linux ```