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.
This commit is contained in:
Johanan Lieberman 2016-11-19 16:52:30 +02:00 committed by Johanan Liebermann
parent 2a4501ed63
commit 0fa87b8caa
1 changed files with 6 additions and 0 deletions

View File

@ -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: