Skip to content

Commit 98dcb3b

Browse files
committed
Merge pull request #163 from krancour/remove-deisctl-refs
doc(*): strike all references to deisctl
2 parents 82d6eb3 + ca12f8b commit 98dcb3b

9 files changed

Lines changed: 5 additions & 72 deletions

File tree

docs/mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pages:
1515
- System Requirements: installing-deis/system-requirements.md
1616
- Bare Metal: installing-deis/bare-metal.md
1717
- DigitalOcean: installing-deis/digitalocean.md
18-
- Installing deisctl: installing-deis/installing-deisctl.md
1918
- Installing the Deis Platform: installing-deis/installing-the-deis-platform.md
2019
- Using Deis:
2120
- Installing the Client: using-deis/installing-the-client.md

docs/src/contributing/triaging-issues.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ security | Security-related issues such as TLS encryption, network segregati
4545
- client
4646
- controller
4747
- database
48-
- deisctl
4948
- docs
5049
- kubernetes
5150
- registry

docs/src/faq.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@ DAY-iss
1212

1313
Unofficial documentation in Chinese has been created by the DockerOne community.
1414

15-
### What's the difference between the `deis` and `deisctl` clients?
16-
17-
deis is a "dev" tool, used to deploy and scale applications to a Deis Platform. deisctl is an "ops" tool, used to configure and manage the Deis Platform itself.
18-
1915
[dais]: https://en.wikipedia.org/wiki/Dais

docs/src/installing-deis/installing-deisctl.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

docs/src/installing-deis/installing-the-deis-platform.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ $ kubectl get pods --namespace=deis
5656
Once you see all of the pods in the `READY` state, your Deis platform is running on a cluster!
5757

5858

59-
[install deisctl]: installing-deisctl.md
6059
[helm]: http://helm.sh
6160
[using deis]: ../using-deis/deploying-an-application.md
6261
[configure dns]: ../managing-deis/configuring-dns.md

docs/src/roadmap/release-schedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defined as:
2222

2323
- the REST API for *deis-controller*
2424
- etcd keys and values that are publicly documented
25-
- `deis` and `deisctl` commands and options
25+
- `deis` commands and options
2626
- essential `Makefile` targets
2727
- provider scripts under `contrib/`
2828

docs/src/roadmap/test-plan.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Within the scope of this master test plan are these items:
3232
- The assembled Deis platform on a Kubernetes cluster
3333
- The HTML documentation set for Deis
3434
- Binary installers for the `deis` CLI hosted at AWS S3
35-
- Binary installers for the `deisctl` CLI hosted at AWS S3
3635
- Hosted HTML documentation updates at http://docs.deis.io/
3736
- Docker images hosted at <https://registry.hub.docker.com/repos/deis/>
3837

docs/src/understanding-deis/architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ grouped into a Control Plane, Data Plane and Router Mesh.
77

88
![Deis System Diagram](DeisSystemDiagram.png)
99

10-
Operators use the `Deisctl API` to stand up the cluster's Control Plane, Data Plane and Router Mesh.
10+
Operators use [Helm][] to stand up the cluster's Control Plane, Data Plane and Router Mesh.
1111
End-users of the platform interact with the Control Plane using the `Deis API`.
1212

1313
The Control Plane dispatches work to the Data Plane via a scheduler.
@@ -65,6 +65,7 @@ See [Isolating the Planes][isolating-planes] for further details.
6565
[applications]: ../reference-guide/terms.md#application
6666
[builder]: components.md#builder
6767
[components]: components.md
68+
[helm]: http://helm.sh
6869
[containers]: ../reference-guide/terms.md#container
6970
[controller]: components.md#controller
7071
[database]: components.md#database

docs/src/using-deis/registering-a-user.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use Deis, you must first register a user on the [Controller][].
88
Use `deis register` with the [Controller][] URL (supplied by your Deis administrator)
99
to create a new account. You will be logged in automatically.
1010

11-
The domain you use here should match the one you set with `deisctl config platform set domain=`.
11+
The domain you use here should match the platform domain you selected when configuring the [Router][].
1212
Note that you always use `deis.<domain>` to communicate with the controller.
1313

1414
$ deis register http://deis.example.com
@@ -19,13 +19,6 @@ Note that you always use `deis.<domain>` to communicate with the controller.
1919
Registered myuser
2020
Logged in as myuser
2121

22-
!!! note
23-
For Vagrant clusters: `deis register http://deis.local3.deisapp.com`
24-
25-
!!! note
26-
The subdomain can be customized by using `deisctl config controller set subdomain=foo`. The
27-
router will then route requests from `foo.<domain>` to the controller.
28-
2922
!!! important
3023
The first user to register with Deis receives "superuser" privileges. Additional users who
3124
register will be ordinary users. It's also possible to disable user registration after creating
@@ -73,3 +66,4 @@ If you already have an account, use `deis login` to authenticate against the Dei
7366

7467

7568
[controller]: ../understanding-deis/components.md#controller
69+
[router]: ../understanding-deis/components.md#router

0 commit comments

Comments
 (0)