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:
parent
2a4501ed63
commit
0fa87b8caa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue