remove references to deprecated kubespray cli

This commit is contained in:
Spencer Smith
2018-02-05 10:00:21 -05:00
parent 95b8ac5f62
commit 1869aa3985
4 changed files with 3 additions and 37 deletions

View File

@@ -1,23 +1,6 @@
Getting started
===============
The easiest way to run the deployement is to use the **kubespray-cli** tool.
A complete documentation can be found in its [github repository](https://github.com/kubespray/kubespray-cli).
Here is a simple example on AWS:
* Create instances and generate the inventory
```
kubespray aws --instances 3
```
* Run the deployment
```
kubespray deploy --aws -u centos -n calico
```
Building your own inventory
---------------------------