在使用 cos 映像的节点的 GKE Kubernetes 1.6.1 集群中部署 Glusterfs + Heketi(感谢这个优秀的 repo )时,我遇到了这个问题。脚本运行良好,gk-deploy
直到它尝试执行heketi-cli -s http://${heketi_service} setup-openshift-heketi-storage
Error: Unable to execute command on glusterfs-xxxxx: /usr/sbin/modprobe failed: 1
thin: Required device-mapper target(s) not detected in your kernel.
Run `lvcreate --help' for more information.
Failed on setup openshift heketi storage
我知道修复modeprobe dm_thin_pool
每个 Kubernetes 节点的方法,但它不适用于 cos 图像类型。
我们如何在谷歌容器优化的操作系统(cos 图像)中加载这个模块?