diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index f4ef130..2391d3c 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -74,6 +74,14 @@ The `kubectl` command line utility is used to interact with the Kubernetes API S ### OS X +#### Using Homebrew + +``` +brew install kubernetes-cli +``` + +#### Manually + ``` curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/darwin/amd64/kubectl ```