Kubernetes: Difference between revisions
imported>Iceychris m * update Rook Ceph setup |
imported>Iceychris mNo edit summary |
||
Line 223: | Line 223: | ||
Chances are you want to setup a storage cluster using [https://rook.io/ rook]. | Chances are you want to setup a storage cluster using [https://rook.io/ rook]. | ||
To do so, I found it necessary to change a few things tested with <code>rook v1.2</code>: | To do so, I found it necessary to change a few things (tested with <code>rook v1.2</code>): | ||
* you need the <code>ceph</code> kernel module: <code>boot.kernelModules = [ "ceph" ];</code> | * you need the <code>ceph</code> kernel module: <code>boot.kernelModules = [ "ceph" ];</code> |