kinvolk-archives / lokomotive-kubernetes

Lokomotive is a 100% open-source Kubernetes distribution from the folks at Kinvolk
https://kinvolk.io
MIT License
144 stars 20 forks source link

kubelet-ds: mount iscsiadm and /lib/modules into self-hosted kubelet #168

Closed invidian closed 4 years ago

invidian commented 4 years ago

As this is done by the bootstrap kubelet as well and is required for running OpenEBS.

Signed-off-by: Mateusz Gozdek mateusz@kinvolk.io

Just a note, some OpenEBS issue involving CoreOS also suggests mouting /etc/iscsi into kubelet, so I guess if user has some custom iSCSI settings, kubelet will use them. I'm not sure if we need it for now though. Refs: https://github.com/openebs/openebs/issues/160#issuecomment-315104565