Skip to content

Commit c9d0620

Browse files
author
Kent Rancourt
committed
doc(*): strike references to publisher
1 parent c1fb486 commit c9d0620

4 files changed

Lines changed: 0 additions & 11 deletions

File tree

docs/src/contributing/triaging-issues.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ security | Security-related issues such as TLS encryption, network segregati
4949
- docs
5050
- kubernetes
5151
- logger
52-
- publisher
5352
- registry
5453
- router
5554
- store (Ceph)

docs/src/roadmap/release-checklist.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ $ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
3838
docs/reference/api-v1.7.rst \
3939
docs/troubleshooting_deis/index.rst \
4040
logger/image/Dockerfile \
41-
publisher/image/Dockerfile \
4241
registry/Dockerfile \
4342
router/Dockerfile \
4443
store/base/Dockerfile \

docs/src/understanding-deis/architecture.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ HTTP API. They can also interact with the [builder][] via `git push`.
4040
The Data Plane is where [containers][] (in blue) are run on behalf of end-users.
4141

4242
The platform scheduler is in charge of placing containers on hosts in the data plane.
43-
Deis also requires a few lightweight components on these hosts:
44-
45-
* [publisher][] - publishes end-user containers to the [router][]
4643

4744
## Router Mesh
4845

@@ -74,7 +71,6 @@ See [Isolating the Planes][isolating-planes] for further details.
7471
[database]: components.md#database
7572
[isolating-planes]: ../managing-deis/isolating-the-planes.md
7673
[logger]: components.md#logger
77-
[publisher]: components.md#publisher
7874
[registry]: components.md#registry
7975
[router]: components.md#router
8076
[store]: components.md#store

docs/src/understanding-deis/components.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ Image data is stored by [Store][].
4040
The logger component is a syslog server that collects logs from across the platform.
4141
This data can then be queried by the [Controller][].
4242

43-
## Publisher
44-
45-
The publisher component is a microservice written in Go that publishes
46-
containers to etcd so they can be exposed by the platform [router][].
47-
4843
## Router
4944

5045
The router component uses [Nginx][] to route traffic to application containers.

0 commit comments

Comments
 (0)