cos イメージを使用するノードを持つ GKE Kubernetes 1.6.1 クラスター内に Glusterfs + Heketi (この優れたリポジトリのおかげで) をデプロイするときに、この問題に直面しています。スクリプトは、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
各 Kubernetes ノードを使用することによる修正は知っていますがmodeprobe dm_thin_pool
、cos イメージ タイプでは機能しません。
このモジュールを Google コンテナに最適化された OS (cos イメージ) にロードするにはどうすればよいでしょうか?