1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Small markdown polishes (#89)

* Small markdown polishes
* Add webhook to notify discord of merges (not every _single_ activity)!
This commit is contained in:
David Young
2020-05-23 09:41:20 +12:00
committed by GitHub
parent 6fa98c7bdb
commit f14c7a080a
10 changed files with 77 additions and 30 deletions

View File

@@ -167,10 +167,9 @@ Launch shepherd by running ```docker stack deploy shepherd -c /var/data/config/s
### Summary
!!! summary
Created
After completing the above, you should have:
* [X] [Docker swarm cluster](/ha-docker-swarm/design/)
* [X] [Docker swarm cluster](/ha-docker-swarm/design/)
## Chef's Notes 📓

View File

@@ -26,7 +26,7 @@ I originally provided shared storage to my nodes using GlusterFS (see the next r
* [X] At least 1GB RAM
* [X] At least 20GB disk space (_but it'll be tight_)
* [X] Connectivity to each other within the same subnet, and on a low-latency link (_i.e., no WAN links_)
* [ ] A second disk dedicated to the Ceph OSD
* [X] A second disk dedicated to the Ceph OSD
## Preparation
@@ -184,10 +184,8 @@ https://github.com/gliderlabs/docker-alpine/issues/317
After completing the above, you should have:
```
[X] Persistent storage available to every node
[X] Resiliency in the event of the failure of a single node
```
* [X] Persistent storage available to every node
* [X] Resiliency in the event of the failure of a single node
## Chef's Notes 📓

View File

@@ -154,10 +154,8 @@ For non-gluster nodes, you'll need to replace $MYHOST above with the name of one
After completing the above, you should have:
```
[X] Persistent storage available to every node
[X] Resiliency in the event of the failure of a single (gluster) node
```
* [X] Persistent storage available to every node
* [X] Resiliency in the event of the failure of a single (gluster) node
## Chef's Notes 📓