GlusterFS: enable modprobe in pods that manage bricks
@@ -69,6 +69,9 @@ objects:
- name: glusterfs-ssl
mountPath: "/etc/ssl"
readOnly: true
+ - name: kernel-modules
+ mountPath: "/usr/lib/modules"
+ readOnly: true
- name: glusterfs-target
mountPath: "/etc/target"
securityContext:
@@ -127,6 +130,9 @@ objects:
hostPath:
path: "/etc/ssl"
+ hostPath:
+ path: "/usr/lib/modules"
path: "/etc/target"