From 0fa87b8caacb733041b4e5d89b10de91df735492 Mon Sep 17 00:00:00 2001 From: Johanan Lieberman Date: Sat, 19 Nov 2016 16:52:30 +0200 Subject: [PATCH] Mention kubectl as a requirement for running kops When deploying a cluster and kubectl is not installed, kops exits with an error. Need to mention kubectl as a requirement in the docs. --- docs/getting-started-guides/kops.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started-guides/kops.md b/docs/getting-started-guides/kops.md index 0cc28fb547..a02a829471 100644 --- a/docs/getting-started-guides/kops.md +++ b/docs/getting-started-guides/kops.md @@ -26,6 +26,12 @@ a building block. kops builds on the kubeadm work. ### (1/5) Install kops +#### Requirements + +You must have [kubectl](http://kubernetes.io/docs/getting-started-guides/kubectl/) installed in order for kops to work. + +#### Installation + Download kops from the [releases page](https://github.com/kubernetes/kops/releases) (it is also easy to build from source): On MacOS: