rancher 部署openebs使用openebs-hostpath挂载失败

失败提示


image.png

官方解释
If you are using Jiva or Local PV for provisioning OpenEBS volume, Add extra_binds under kubelet service in cluster YAML. If the volume is using a mounted path on the host, then you must add the mounted path under extra_binds section

解决方法,给集群kubelet添加extra_binds即可

services:
kubelet:
extra_binds:
- "/var/openebs/local:/var/openebs/local"

image.png

参加链接
https://docs.openebs.io/docs/next/prerequisites.html#rancher
https://github.com/openebs/openebs/issues/2767

你可能感兴趣的:(rancher 部署openebs使用openebs-hostpath挂载失败)