From c23d40ca7159a105ece8b3c728d408eea06b0d16 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 19 Jun 2020 17:27:32 +0300 Subject: [PATCH] Add instruction for tk kubectl plugin --- install/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install/README.md b/install/README.md index 50f6eb33..eaf93799 100644 --- a/install/README.md +++ b/install/README.md @@ -15,6 +15,12 @@ The install script does the following: * copies the tk binary to `/usr/local/bin` * removes the temporary directory +If you want to use tk as a kubectl plugin, rename the binary to `kubectl-tk`: + +```sh +mv /usr/local/bin/tk /usr/local/bin/kubectl-tk +``` + ## Build from source Clone the repository: