Kubernetes: Difference between revisions

imported>Iceychris
m * debugging -> troubleshooting & fix cluster join error
imported>Iceychris
m + changes needed to set up a storage cluster with rook and ceph
Line 218: Line 218:


== Miscellaneous ==
== Miscellaneous ==
=== Rook Ceph storage cluster ===
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:
* you need the <code>ceph</code> kernel module: <code>boot.kernelModules = [ "ceph" ];</code>
* change the root dir of the kubelet: <code>kubelet.extraOpts = "--root-dir=/var/lib/kubelet";</code>
* reboot all your nodes
* continue with [https://rook.io/docs/rook/v1.2/ceph-quickstart.html the official quickstart guide]


=== NVIDIA ===
=== NVIDIA ===