我正在尝试使用CoreOS上的rkt中的iscsi插件启动kubernetes,并使用。问题是iscsi守护进程无法启动,因此我得到一个错误,无法将卷挂载到吊舱。iscsi_util.go:112] iscsi: failed to sendtargets to portal 156.64.48.59:3260
error: iscsiadm: Failed[disk_manager.go:50] failed to attach disk
我使用Rancher v2作为k8s管理平台,并在VMware vSphere上运行RancherOS节点。我手动安装了open-iSCSI,并在工作节点上挂载了一个50 on的卷,以供OpenEBS使用(我必须弄清楚如何在创建节点时自动执行此操作)。我还创建了一个cStor存储类,一切看起来都很好。但是,我还不能让容器使用pvc来配置pv。Warning FailedMount Unable to mount volumes for pod</em
它在kubernetes官方网站上提到,下面是PV和PVC。PVs are volume plugins like Volumes, but have a lifecycle independent of any individual pod that usesThis API object captures the details of the implementation of the storage, be that NFS, iSCSI, or a cloud-provider-specificIt is similar to a