k8s 管理プラットフォームとして Rancher v2 を使用し、VMware vSphere で RancherOS ノードを実行しています。Open-iSCSI を手動でインストールし、OpenEBS で使用するためにワーカー ノードに 50 GB のボリュームをマウントしました (ノードの作成時にそれを自動化する方法を理解する必要があります)。cStor ストレージ クラスも作成しましたが、すべて問題ないようです。ただし、pvc を使用して pv をプロビジョニングするためのコンテナーを取得できませんでした。
Warning FailedMount Unable to mount volumes for pod "web-test-54d9845456-bc8fc_infra-test(10f856c1-6882-11e9-87a2-0050568eb63d)": timeout expired waiting for volumes to attach or mount for pod "infra-test"/"web-test-54d9845456-bc8fc". list of unmounted volumes=[cstor-vol-01]. list of unattached volumes=[web-test-kube-pvc vol1 man-volmnt-01 cstor-vol-01 default-token-lxffz]
Warning FailedMount MountVolume.WaitForAttach failed for volume "pvc-b59c9b5d-6857-11e9-87a2-0050568eb63d" : failed to get any path for iscsi disk, last err seen: iscsi: failed to sendtargets to portal 10.43.48.95:3260 output: iscsiadm: Could not open /run/lock/iscsi: No such file or directory iscsiadm: Could not open /run/lock/iscsi: No such file or directory iscsiadm: Could not open /run/lock/iscsi: No such file or directory iscsiadm: Could not add new discovery record. , err exit status
以下の手順に従って、OpenEBS ドキュメントの RancherOS の前提条件セクションから RancherOS で iSCSI を有効にしました。
sudo ros s up open-iscsi
sudo ros config set rancher.services.user-volumes.volumes [/home:/home,/opt:/opt,/var/lib/kubelet:/var/lib/kubelet,/etc/kubernetes:/etc/kubernetes,/var/openebs]
sudo system-docker rm all-volumes
sudo reboot