docs: give the deployment shapes one home and link to it
The three supported shapes were described in pieces across the swarm docs, so a reader assembling them got a different answer depending on which page they landed on. They live in services.md now, and the other pages point at it. Split out of #3719 at mara's request: that PR also rewrites the snapshot-store doc, which is a separate argument.
This commit is contained in:
parent
c73ce03244
commit
d6ca52535f
3 changed files with 39 additions and 2 deletions
|
|
@ -238,6 +238,9 @@ read them à la carte.
|
|||
- **"How do I connect two hives into a swarm? How do I declare peer
|
||||
hives and configure TLS trust?"** →
|
||||
[`docs/swarm/`](docs/swarm/README.md).
|
||||
- **"Which deployment shapes are supported — all-local, services on the
|
||||
controller host, fully spread out?"** →
|
||||
[`docs/swarm/services.md`](docs/swarm/services.md#deployment-shapes).
|
||||
- **"Where do agent snapshots go? How does the swarm's `btrfs receive`
|
||||
endpoint authenticate a pushing hive, and what does a snapshot
|
||||
actually contain?"** →
|
||||
|
|
|
|||
Loading…
Reference in a new issue