1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-19 04:31:47 +00:00

Fix markdown

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-08-18 13:26:23 +12:00
parent d23be9b7eb
commit c051e0bdad
6 changed files with 28 additions and 33 deletions

View File

@@ -13,7 +13,6 @@ In the [previous recipe](/kubernetes/persistence/rook-ceph/operator/), we deploy
We'll end up with multilpe storageClasses which we can use to allocate storage to pods from either Ceph RBD (*block storage*), or CephFS (*a mounted filesystem*). In many cases, CephFS is a useful choice, because it can be mounted from more than one pod **at the same time**, which makes it suitable for apps which need to share access to the same data ([NZBGet][nzbget], [Sonarr][sonarr], and [Plex][plex], for example)
## Rook Ceph Cluster requirements
!!! summary "Ingredients"
@@ -419,4 +418,4 @@ What have we achieved? We're half-way to getting a ceph cluster, having deployed
--8<-- "recipe-footer.md"
[^1]: Unless you **wanted** to deploy your cluster components in a separate namespace to the operator, of course!
[^1]: Unless you **wanted** to deploy your cluster components in a separate namespace to the operator, of course!

View File

@@ -100,7 +100,6 @@ pspEnable: false # (1)!
1. PSPs are deprecated, and will eventually be removed in Kubernetes 1.25, at which point this will cause breakage.
### HelmRelease
Finally, having set the scene above, we define the HelmRelease which will actually deploy the rook-ceph operator into the cluster. I save this in my flux repo: