Skip to content

Commit

Permalink
remove references to deprecated kubespray cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmitty committed Feb 5, 2018
1 parent 95b8ac5 commit 1869aa3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 37 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ If you have questions, join us on the [kubernetes slack](https://kubernetes.slac

To deploy the cluster you can use :

[**kubespray-cli**](https://github.com/kubespray/kubespray-cli) <br>
**Ansible** usual commands and [**inventory builder**](https://github.com/kubernetes-incubator/kubespray/blob/master/contrib/inventory_builder/inventory.py) <br>
**vagrant** by simply running `vagrant up` (for tests purposes) <br>

Expand Down Expand Up @@ -112,7 +111,6 @@ See also [Network checker](docs/netcheck.md).

## Tools and projects on top of Kubespray
- [Digital Rebar Provision](https://github.com/digitalrebar/provision/blob/master/doc/integrations/ansible.rst)
- [Kubespray-cli](https://github.com/kubespray/kubespray-cli)
- [Fuel-ccp-installer](https://github.com/openstack/fuel-ccp-installer)
- [Terraform Contrib](https://github.com/kubernetes-incubator/kubespray/tree/master/contrib/terraform)

Expand Down
13 changes: 2 additions & 11 deletions docs/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@ Cloud providers

#### Provisioning

You can use kubespray-cli to start new instances on cloud providers
here's an example
```
kubespray [aws|gce] --nodes 2 --etcd 3 --cluster-name test-smana
```
You can deploy instances in your cloud environment in several different ways. Examples include Terraform, Ansible (ec2 and gce modules), and manual creation.

#### Deploy kubernetes

With kubespray-cli
```
kubespray deploy [--aws|--gce] -u admin
```

Or ansible-playbook command
With ansible-playbook command
```
ansible-playbook -u smana -e ansible_ssh_user=admin -e cloud_provider=[aws|gce] -b --become-user=root -i inventory/single.cfg cluster.yml
```
8 changes: 1 addition & 7 deletions docs/coreos.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
CoreOS bootstrap
===============

Example with **kubespray-cli**:

```
kubespray deploy --gce --coreos
```

Or with Ansible:
Example with Ansible:

Before running the cluster playbook you must satisfy the following requirements:

Expand Down
17 changes: 0 additions & 17 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -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
---------------------------

Expand Down

0 comments on commit 1869aa3

Please sign in to comment.